2024-04-29 01:54 AM
When using STM32 VSCode extension stlink simulation debugging,how to set Rest behaviour and suspend watchdog counters while halted?
2024-05-03 01:14 AM
Hi @MrGood
you can follow this list and modify your launch.json
https://github.com/Marus/cortex-debug/blob/master/debug_attributes.md
2024-05-06 02:25 AM
Can you write an example for me?