STM32F407 NVIC Configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-08-20 6:32 AM
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 discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-08-20 6:50 AM
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 ?Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-08-20 7:32 AM
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?
