How to suspend LPIT in S32K144

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to suspend LPIT in S32K144

710 次查看
panda_fei
Contributor II

How to suspend LPIT in S32K144 ?

恢复时从暂停时的值继续向下减少

When recovering, the value from suspend continues downward?

0 项奖励
1 回复

571 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

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

0 项奖励