cancel
Showing results for 
Search instead for 
Did you mean: 

Is there in VSCode a NVIC view?

Kilian Nötzold
Associate III

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:

 

KilianNtzold_1-1735835788943.png

https://developer.arm.com/documentation/101407/0541/Debugging/Debug-Windows-and-Dialogs/Core-Peripherals/Armv7-M-cores/Armv7-M--Nested-Vector-Interrupt-Controller?lang=en

2 REPLIES 2
Nawres GHARBI
ST Employee

Hi @Kilian Nötzold  

This view is available on STM32CubeMX, not possible to GUI edit the project config in the extension

 

Hi @Nawres GHARBI

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.