Skip to content
Snippets Groups Projects
Commit d3e31cba authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[Debug] Updated in-circuit debugger configuration files

parent 5830382a
No related branches found
No related tags found
No related merge requests found
# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
# http://www.st.com/internet/evalboard/product/252419.jsp
source [find interface/stlink-v2-1.cfg]
source [find target/stm32f4x.cfg]
# use hardware reset, connect under reset
reset_config srst_only srst_nogate
\ No newline at end of file
......@@ -9,9 +9,10 @@
"type": "cortex-debug",
"servertype": "openocd",
"device": "STM32F429ZI",
"svdFile": "/home/luca/drive/Skyward/STM32F429.svd",
"armToolchainPath": "/opt/arm-miosix-eabi/bin",
"toolchainPrefix": "arm-miosix-eabi",
"configFiles": [
"/home/luca/test.cfg"
"${workspaceFolder}/data/gdb/stm32f4-stlinv2.cfg"
]
},
{
......@@ -22,6 +23,8 @@
"type": "cortex-debug",
"servertype": "openocd",
"device": "STM32F429ZI",
"armToolchainPath": "/opt/arm-miosix-eabi/bin",
"toolchainPrefix": "arm-miosix-eabi",
"configFiles": [
"${workspaceFolder}/libs/miosix-kernel/miosix/arch/cortexM4_stm32f4/stm32f429zi_skyward_death_stack/death_stack.cfg"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment