NVIC interupt nesting and the SCB->ICSR register
Posted on July 16, 2012 at 23:46I use the ICSR register inside an interrupt service routine to determine which vector was used. I use the low 9 bits to identify the currently active interrupt. I'm not clear on what happens to the ICSR if nested int...