12345678910111213 |
- # This is an wolfSTM32 board with a single STM32F437IIHx chip.
- # Generated by System Workbench for STM32
- source [find interface/stlink-v2-1.cfg]
- set WORKAREASIZE 0x30000
- transport select "hla_jtag"
- set CPUTAPID 0x4ba00477
- source [find target/stm32f4x_stlink.cfg]
- # use hardware reset, connect under reset
- reset_config srst_only srst_nogate
|