Skip to main content
sasapavlovic
Associate II
August 20, 2012
Question

STM32F407 NVIC Configuration

  • August 20, 2012
  • 2 replies
  • 903 views
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?
    This topic has been closed for replies.

    2 replies

    John F.
    Associate III
    August 20, 2012
    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
    August 20, 2012
    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?