Hello,
I am developing an application on CM core with two interrupt sources: SYSTICK timer and UART.
The SYSTICK IRQ is used to generate the system tick, and the UART IRQ is used to handle EOT events.
I need that the UART IRQ is serviced immediately, nesting eventually the SYSTICK handler execution.
Which is the best pattern to do this? I there a simple example?
On C28 core, I would have re-enabled interrupts, inside the tick handler routine, but on ARM core I guess there is a better way to do this, using the NVIC 'group of priorities' properties.
Thank you,
Carlo.
