mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-02-07 14:14:10 +08:00
24 lines
1.0 KiB
JSON
24 lines
1.0 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"cwd": "${workspaceFolder}",
|
|
"executable": "build/lwmem_l496vg.elf",
|
|
"name": "Debug Microcontroller",
|
|
"request": "launch",
|
|
"type": "cortex-debug",
|
|
"servertype": "stlink",
|
|
"serverpath": "c:/ST/STM32CubeIDE_1.0.2/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.win32_2.0.100.202109301221/tools/bin/ST-LINK_gdbserver.exe",
|
|
"armToolchainPath": "d:/_WORK/gcc-arm-none-eabi/10.3-2021.10/bin",
|
|
"device": "STM32L496VG",
|
|
"interface": "swd",
|
|
"serialNumber": "", // add J-Link serial number if having multiple attached the same time.
|
|
"runToMain": true,
|
|
"svdFile": "",
|
|
"v1": false
|
|
}
|
|
]
|
|
} |