Skip to content

Instantly share code, notes, and snippets.

@Scottapotamas
Created December 27, 2018 14:30
Show Gist options
  • Save Scottapotamas/08abed9fd0baacc911b5c0dd968f6645 to your computer and use it in GitHub Desktop.
Save Scottapotamas/08abed9fd0baacc911b5c0dd968f6645 to your computer and use it in GitHub Desktop.
Modified cubemx debug configuration, uses JLink instead
# This is an delta-control board with a single STM32F429VETx chip
#
# Generated by System Workbench for STM32
# Take care that such file, as generated, may be overridden without any early notice. Please have a look to debug launch configuration setup(s)
#source [find interface/stlink.cfg]
source [find interface/jlink.cfg]
transport select swd
set WORKAREASIZE 0x8000
set CHIPNAME STM32F429VETx
# Enable debug when in low power modes
set ENABLE_LOW_POWER 1
# Stop Watchdog counters when halt
set STOP_WATCHDOG 1
# STlink Debug clock frequency
set CLOCK_FREQ 4000
source [find target/stm32f4x.cfg]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment