Added openocd config for STM32F407-Discovery revision D, uses ST-LinkV2.1
Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>pull/4/head
parent
3187576b18
commit
c9b4906f0c
|
@ -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
|
Loading…
Reference in New Issue