Question
FreeRTOS, preemption priorities and IRQ response time
Hi
in my project I have enabled FreeRTOS, so the NVIC prios 0-4 are reserved for FreeRTOS.
I need to generate a highly accurate 1 sec timer interrupt.
Is it correct that FreeRTOS interrupts might delay my (cortex) timer intterupt handlers to be called?
Is there a way to figure out what the jitter of my timer will be?
Thx
