17 lines
292 B
INI
17 lines
292 B
INI
interface ftdi
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
ftdi_layout_init 0x0408 0x0ffb
|
|
ftdi_layout_signal nSRST -oe 0x0800
|
|
|
|
set WORKAREASIZE 0x8000
|
|
|
|
transport select jtag
|
|
|
|
set CHIPNAME STM32F427VITx
|
|
set BOARDNAME SDK11M
|
|
|
|
reset_config srst_only
|
|
|
|
set CONNECT_UNDER_RESET 1
|
|
source [find target/stm32f4x.cfg]
|