cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407 NVIC Configuration

sasapavlovic
Associate II
Posted on August 20, 2012 at 15:32

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?
2 REPLIES 2
John F.
Senior
Posted on August 20, 2012 at 15:50

Peripherals Menu lists the peripherals that are currently simulated.

Do you need to use the View / System Viewer / NVIC ?

sasapavlovic
Associate II
Posted on August 20, 2012 at 16:32

Yes, View / System Viewer / NVIC. This is the window I want to use. Is it something I need to know about that window?