https://github.com/mupq/pqm4
Revision 0dd7285734760c7ac074a3875b565b65bc35b562 authored by Richard Petri on 01 October 2021, 16:15:28 UTC, committed by Richard Petri on 01 October 2021, 16:15:28 UTC
1 parent 0197728
Raw File
Tip revision: 0dd7285734760c7ac074a3875b565b65bc35b562 authored by Richard Petri on 01 October 2021, 16:15:28 UTC
Update mupq
Tip revision: 0dd7285
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