You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
304 B
10 lines
304 B
# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on |
|
# the first interface of a Quad FTDI chip. nTRST is bit 4. |
|
interface ftdi |
|
ftdi_vid_pid 0x0403 0x6011 |
|
|
|
ftdi_layout_init 0x0000 0x001b |
|
ftdi_layout_signal nTRST -data 0x0010 |
|
|
|
source [find target/stm32f4x.cfg] |
|
reset_config trst_only
|
|
|