Question
What's the worst that can happen if I assign a (quick) interrupt HIGHER prio than timer tick in FreeRTOS?
What's the worst that can happen if I assign an interrupt HIGHER prio than timer tick in FreeRTOS? Can I make the microcontroller or the operating system crash? The execution time of the high prio interrupt will be less than 100 microseconds and I plan to use 1 kHz tick frequency.
