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.
|
|
|
# Default work area for the STM32F4x is 64K. We'll just leave it at that.
|
|
|
|
# set WORKAREASIZE 0x10000
|
|
|
|
|
|
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
|
|
|
|
|
|
|
|
# Use SRST to synchronously reset both micros
|
|
|
|
reset_config srst_only
|
|
|
|
|
|
|
|
# Not necessary:
|
|
|
|
#cortex_m reset_config srst
|