diff --git a/examples/stm32/lwmem_rtos_stm32l496_discovery/.vscode/launch.json b/examples/stm32/lwmem_rtos_stm32l496_discovery/.vscode/launch.json index b2edf8e..381987f 100644 --- a/examples/stm32/lwmem_rtos_stm32l496_discovery/.vscode/launch.json +++ b/examples/stm32/lwmem_rtos_stm32l496_discovery/.vscode/launch.json @@ -8,14 +8,14 @@ "name": "Debug Microcontroller - STLink-V3", "cwd": "${workspaceFolder}", "type": "cortex-debug", - "executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/stm32h735g-dk-led.elf + "executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/project-name.elf "request": "launch", //Use "attach" to connect to target w/o elf download "servertype": "stlink", - "device": "STM32H735IG", //MCU used + "device": "STM32L496AG", //MCU used "interface": "swd", "serialNumber": "", //Set ST-Link ID if you use multiple at the same time "runToMain": true, - "svdFile": "STM32H73x.svd", //SVD file to see reisters + "svdFile": "", //SVD file to see registers "v1": false, "showDevDebugOutput": true, diff --git a/examples/stm32/lwmem_stm32l496_discovery/.vscode/launch.json b/examples/stm32/lwmem_stm32l496_discovery/.vscode/launch.json index b2edf8e..381987f 100644 --- a/examples/stm32/lwmem_stm32l496_discovery/.vscode/launch.json +++ b/examples/stm32/lwmem_stm32l496_discovery/.vscode/launch.json @@ -8,14 +8,14 @@ "name": "Debug Microcontroller - STLink-V3", "cwd": "${workspaceFolder}", "type": "cortex-debug", - "executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/stm32h735g-dk-led.elf + "executable": "${command:cmake.launchTargetPath}", //or fixed file path: build/project-name.elf "request": "launch", //Use "attach" to connect to target w/o elf download "servertype": "stlink", - "device": "STM32H735IG", //MCU used + "device": "STM32L496AG", //MCU used "interface": "swd", "serialNumber": "", //Set ST-Link ID if you use multiple at the same time "runToMain": true, - "svdFile": "STM32H73x.svd", //SVD file to see reisters + "svdFile": "", //SVD file to see registers "v1": false, "showDevDebugOutput": true,