https://github.com/mupq/pqm4
Revision 066d0de359cbfdeac99b8077fd6473f188985e01 authored by Richard Petri on 20 July 2022, 07:57:55 UTC, committed by Richard Petri on 20 July 2022, 07:57:55 UTC
1 parent 26f810d
Raw File
Tip revision: 066d0de359cbfdeac99b8077fd6473f188985e01 authored by Richard Petri on 20 July 2022, 07:57:55 UTC
Add a setup script for a venv with gcc and qemu
Tip revision: 066d0de
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