Browse Source

Add board config for ST NUCLEO L476RG board

The file was contributed by Sébastien Lorquet.

Change-Id: I118f5b16181488b9e3327891e6130b908419f1c4
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/3214
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
tags/v0.10.0-rc1
Freddie Chopin 8 years ago
committed by Andreas Fritiofson
parent
commit
50d4f76e13
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      tcl/board/st_nucleo_l476rg.cfg

+ 12
- 0
tcl/board/st_nucleo_l476rg.cfg View File

@@ -0,0 +1,12 @@
# This is a ST NUCLEO L476RG board with a single STM32L476RGT6 chip.
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF261636

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

transport select hla_swd

source [find target/stm32l4x.cfg]

# use hardware reset
reset_config srst_only srst_nogate


Loading…
Cancel
Save