Browse Source

Use hardware reset and connect under reset on boards with ST-LINK/V2, as

now it is supported.

Change-Id: Id3b2ca9a2270974a5f453323f9057ecece400c94
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/609
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tags/v0.6.0-rc1
Freddie Chopin 12 years ago
committed by Spencer Oliver
parent
commit
caeb057205
6 changed files with 18 additions and 0 deletions
  1. +3
    -0
      tcl/board/stm320518_eval_stlink.cfg
  2. +3
    -0
      tcl/board/stm3220g_eval_stlink.cfg
  3. +3
    -0
      tcl/board/stm3241g_eval_stlink.cfg
  4. +3
    -0
      tcl/board/stm32f0discovery.cfg
  5. +3
    -0
      tcl/board/stm32f4discovery.cfg
  6. +3
    -0
      tcl/board/stm32ldiscovery.cfg

+ 3
- 0
tcl/board/stm320518_eval_stlink.cfg View File

@@ -13,3 +13,6 @@ set WORKAREASIZE 0x2000
set CHIPNAME STM32F051R8T6 set CHIPNAME STM32F051R8T6


source [find target/stm32f0x_stlink.cfg] source [find target/stm32f0x_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

+ 3
- 0
tcl/board/stm3220g_eval_stlink.cfg View File

@@ -13,3 +13,6 @@ set WORKAREASIZE 0x20000
set CHIPNAME STM32F207IGH6 set CHIPNAME STM32F207IGH6


source [find target/stm32f2x_stlink.cfg] source [find target/stm32f2x_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

+ 3
- 0
tcl/board/stm3241g_eval_stlink.cfg View File

@@ -13,3 +13,6 @@ set WORKAREASIZE 0x20000
set CHIPNAME STM32F417IGH6 set CHIPNAME STM32F417IGH6


source [find target/stm32f4x_stlink.cfg] source [find target/stm32f4x_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

+ 3
- 0
tcl/board/stm32f0discovery.cfg View File

@@ -5,3 +5,6 @@ source [find interface/stlink-v2.cfg]


set WORKAREASIZE 0x2000 set WORKAREASIZE 0x2000
source [find target/stm32f0x_stlink.cfg] source [find target/stm32f0x_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

+ 3
- 0
tcl/board/stm32f4discovery.cfg View File

@@ -4,3 +4,6 @@
source [find interface/stlink-v2.cfg] source [find interface/stlink-v2.cfg]


source [find target/stm32f4x_stlink.cfg] source [find target/stm32f4x_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

+ 3
- 0
tcl/board/stm32ldiscovery.cfg View File

@@ -4,3 +4,6 @@
source [find interface/stlink-v2.cfg] source [find interface/stlink-v2.cfg]


source [find target/stm32lx_stlink.cfg] source [find target/stm32lx_stlink.cfg]

# use hardware reset, connect under reset
reset_config srst_only srst_nogate

Loading…
Cancel
Save