Timers and Interrupts
i m working with SPC584xxx series MCU and trying to work with timers interrupts.
using 1ms timer for calculating times for operations and using 10ms timer for work.
but when 10ms timer work, 1ms timer is waiting and not triggering until 10ms timers work done.
i just wanna see the how the priorities are working but i couldn't get what i want.
i made all settings via gui and adding callbacks manually.
should i add something else?

