2012-08-20 06:32 AM
Hey guys, do someone configured the NVIC in the stm32f407 correctly in order to see the
proper registers with the correct values in Keil MDK debugger. I have the feeling that the NVIC window isn't updating but the SystemTick one is. The NVIC is connected to the private peripheral bus and doesn't need to be enabled. I have no idea why I can't enable an interruption and in all of ST examples for the discovery kit in which they enable interrupts, the window in the debugger (peripherals -> core peripherals -> nested vectored interrupt control) isn't showing that an interrupt has been enabled. Any suggestions?2012-08-20 06:50 AM
Peripherals Menu lists the peripherals that are currently simulated.
Do you need to use the View / System Viewer / NVIC ?2012-08-20 07:32 AM
Yes, View / System Viewer / NVIC. This is the window I want to use. Is it something I need to know about that window?