https://github.com/mupq/pqm4
Raw File
Tip revision: 42ea270e5f957697ab02d7c2c406d8a4799204bc authored by Richard Petri on 07 November 2023, 09:41:19 UTC
Add option to use running OpenOCD server
Tip revision: 42ea270
st_nucleo_l4r5.cfg
# This is for STM32L4R5 Nucleo Dev Boards.
source [find interface/stlink-dap.cfg]

transport select dapdirect_swd

source [find target/stm32l4x.cfg]

# use hardware reset (srst seems to be problematic)
reset_config trst_only
back to top