Question
STM32F407 NVIC Configuration
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?