Advertisement
Guest User

Nucleo board script

a guest
Nov 26th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. # This is an ST NUCLEO F401RE board with a single STM32F401RET6 chip.
  2. # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260000
  3.  
  4. source [find interface/stlink-v2-1.cfg]
  5.  
  6. source [find target/stm32lx_dual_bank.cfg]
  7.  
  8. # use hardware reset, connect under reset
  9. reset_config srst_only srst_nogate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement