X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fstm32f4discovery.cfg;h=60b7f42b5cbaedbaf41de1ece7323d0ea26357ff;hp=98125e171084af906bf9dcc0987a3218401085c0;hb=cb2f21bf3608f24de5c2e4219626cc464269e830;hpb=fce4ac57140d4312dd229c7d5f149a340c92cda1 diff --git a/tcl/board/stm32f4discovery.cfg b/tcl/board/stm32f4discovery.cfg index 98125e1710..60b7f42b5c 100644 --- a/tcl/board/stm32f4discovery.cfg +++ b/tcl/board/stm32f4discovery.cfg @@ -1,6 +1,13 @@ # This is an STM32F4 discovery board with a single STM32F407VGT6 chip. # http://www.st.com/internet/evalboard/product/252419.jsp -source [find interface/stlink-v2.cfg] +source [find interface/stlink.cfg] -source [find target/stm32f4x_stlink.cfg] +transport select hla_swd + +# increase working area to 64KB +set WORKAREASIZE 0x10000 + +source [find target/stm32f4x.cfg] + +reset_config srst_only