adc-power: add oocd file for f3 disco
This commit is contained in:
parent
a5764de19f
commit
f1138d9cc2
1 changed files with 12 additions and 0 deletions
12
tests/adc-power/openocd.stm32f3-disco.cfg
Normal file
12
tests/adc-power/openocd.stm32f3-disco.cfg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
source [find interface/stlink-v2.cfg]
|
||||
set WORKAREASIZE 0x4000
|
||||
source [find target/stm32f3x.cfg]
|
||||
|
||||
# my board
|
||||
hla_serial "S?n\x06gePQ6G%g"
|
||||
|
||||
tpiu config internal swodump.stm32f4-disco.log uart off 72000000
|
||||
|
||||
# Uncomment to reset on connect, for grabbing under WFI et al
|
||||
reset_config srst_only srst_nogate
|
||||
# reset_config srst_only srst_nogate connect_assert_srst
|
||||
Loading…
Add table
Add a link
Reference in a new issue