How to suspend LPIT in S32K144

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to suspend LPIT in S32K144

824件の閲覧回数
panda_fei
Contributor II

How to suspend LPIT in S32K144 ?

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

When recovering, the value from suspend continues downward?

0 件の賞賛
返信
1 返信

685件の閲覧回数
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 件の賞賛
返信