Skip to main content
Associate
April 29, 2024
Question

STM32 VSCode extension stlink issue

  • April 29, 2024
  • 1 reply
  • 1243 views

When using STM32 VSCode extension stlink simulation debugging,how to set Rest behaviour and suspend watchdog counters while halted?

This topic has been closed for replies.

1 reply

Nawres GHARBI
Technical Moderator
May 3, 2024

Hi @MrGood 

you can follow this list and modify your launch.json 

https://github.com/Marus/cortex-debug/blob/master/debug_attributes.md

MrGoodAuthor
Associate
May 6, 2024

Can you write an example for me?