armv4_5: Improve arm_checksum_memory() error handling
[openocd.git] / tcl / board / stm32f7discovery.cfg
blob085340f306a928fa8c2a51cbb8b8a715a138b71d
1 # This is an STM32F7 discovery board with a single STM32F756NGH6 chip.
2 # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641
4 # This is for using the onboard STLINK/V2-1
5 source [find interface/stlink-v2-1.cfg]
7 transport select hla_swd
9 # increase working area to 256KB
10 set WORKAREASIZE 0x40000
12 source [find target/stm32f7x.cfg]