How to suspend LPIT in S32K144 ?
恢复时从暂停时的值继续向下减少
When recovering, the value from suspend continues downward?
Hi,
Sorry for the late response,
You can suspend all timers if you disable the peripheral clock to the module timers (MCR[M_CEN] = 0). The if you enable the clock again (MCR[M_CEN] = 1), the counter will continue decrementing.
If you disable the timer in CLRTEN register, however, the timer will be reloaded.
Regards,
Daniel