Timer in ISR

Will the timer be running still when the uC is doing Interrupt Service Routines? I read it in the Arduino website saying that timers in Arduino’s timer will stop running while in ISRs.

Don’t know if this is the case in LPC uCs. I will bet it won’t, but just wanna make sure.

There is no ISR in managed systems. Things run completely different here than arduino

Ok gotcha… they are EventHandlers, which work differently than ISRs.