Interrupt nesting problem
Posted on April 04, 2014 at 17:26Hi, I am trying to get interrupt nesting to work on an STM32F207, but so far without success. I am using no subpriorities (SCB_AIRCR.PRIGROUP = 3) I am inside the hander of TIM6_DAC, and an UART5 interrupt is enabled...