Skip to main content
Explorer
April 29, 2024
Question

STM32 VSCode extension stlink issue

  • April 29, 2024
  • 1 reply
  • 1244 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

    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
    Explorer
    May 6, 2024

    Can you write an example for me?