update embeddedstm32f303 for use with a STM32F303
This commit is contained in:
parent
87dbe51a52
commit
560db48adf
69 changed files with 46874 additions and 0 deletions
20
embeddedstm32f303/terminal.cfg
Normal file
20
embeddedstm32f303/terminal.cfg
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
set TRANSPORT hla_swd
|
||||
|
||||
source [find interface/stlink-v2.cfg]
|
||||
source [find target/stm32f3x_stlink.cfg]
|
||||
|
||||
#reset_config none separate
|
||||
#reset_config srst_push_pull
|
||||
#separate trst_push_pull
|
||||
|
||||
reset_config srst_nogate
|
||||
init
|
||||
|
||||
#to manually recover, unplug, connect reset hard to ground.
|
||||
# replug.
|
||||
# 'reset halt'.
|
||||
# unplug reset, plug into programmer's reset.
|
||||
|
||||
# flash erase_sector 0 0 100
|
||||
# flash write_image erase main.bin 0x08000000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue