openocd.conf 205 B

123456789
  1. source [find interface/stlink-v2-1.cfg]
  2. #source [find target/stm32l0.cfg]
  3. source [find target/stm32l0_dual_bank.cfg]
  4. $_TARGETNAME configure -event reset-init {
  5. mmw 0xe0042004 0x7 0x0
  6. }
  7. init
  8. reset
  9. halt