Browse Source
1. add lowlevel_init in startup_*.S before call main 2. add debug/stm32-*.cfg Signed-off-by: surenyi <surenyi82@163.com>master
surenyi
6 years ago
9 changed files with 76 additions and 39 deletions
@ -0,0 +1,6 @@ |
|||
init |
|||
reset halt |
|||
stm32f2x lock 0 |
|||
reset halt |
|||
exit |
|||
|
@ -0,0 +1,5 @@ |
|||
init |
|||
reset halt |
|||
stm32f2x unlock 0 |
|||
reset halt |
|||
exit |
Loading…
Reference in new issue