Added openocd config for STM32F407-Discovery revision D, uses ST-LinkV2.1

Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>
pull/4/head
Dimitar Tomov 2021-01-27 19:34:21 +02:00
parent 3187576b18
commit c9b4906f0c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
source [find interface/stlink-v2-1.cfg]
source [find target/stm32f4x.cfg]
$_TARGETNAME configure -event reset-init {
mmw 0xe0042004 0x7 0x0
}
init
reset
halt