Browse Source

cfg: Added Nucleo-F411RE board config.

It supports STLink/V2-1 debug adapter.

Change-Id: Ifbc610cd68ec929608369e69d0b1395fe04956cd
Signed-off-by: Nemui Trinomius <nemuisan_kawausogasuki@live.jp>
Reviewed-on: http://openocd.zylin.com/2259
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
tags/v0.9.0-rc1
Nemui Trinomius 9 years ago
committed by Spencer Oliver
parent
commit
910972fcec
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      tcl/board/st_nucleo_f411re.cfg

+ 11
- 0
tcl/board/st_nucleo_f411re.cfg View File

@@ -0,0 +1,11 @@
# This is an ST NUCLEO F411RE board with a single STM32F411RET6 chip.
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260320

source [find interface/stlink-v2-1.cfg]

transport select hla_swd

source [find target/stm32f4x.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

Loading…
Cancel
Save