STM32F407 nested interrupts
Posted on March 31, 2013 at 13:18Once again I feel really stupid. I can't get nested interrupts working.In the attached file there are three functions, NVIC_Configuration(), SysTick_Handler() and TIM6_DAC_IRQHandler().I intend the SysTick interrupt ...