2025-01-02 08:40 AM
Hi there,
Im currently evaluating moving from Keil uVison to VSCode. But im missing a NVIC view. Is there anything like this in VSCode?
This is how it looks in uVision:
2025-01-06 02:58 AM
This view is available on STM32CubeMX, not possible to GUI edit the project config in the extension
2025-01-06 03:54 AM
Thanks for looking into this. The view is a debug view available during dubbugging. To see the active/pending IRQs. It is not used for configuring the NVIC, I think STM32CubeMX is only used for offline register configuartion, not while debugging.
The register view in the debugger only shows the peripheral registers as the SVD files supplied by ST do not contain the core registers.