difffernce between STM and PIT

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

difffernce between STM and PIT

2,785 次查看
rajiilangovan
Contributor II

hi friend,

I have one doubt.what is the difference between System timer module and Periodic interrupt timer in MPC5644A?in which places,have we used?

标签 (1)
1 回复

2,376 次查看
martin_kovar
NXP Employee
NXP Employee

Hi,

Main difference between PIT and STM is that PIT contains RTI which can be used for wake up from STOP mode and PIT can be used to trigger DMA. Another difference is that PIT decrements from set value to zero and STM increments from zero to set value.

You can use it anywhere you want. There is no rule about usage.

Regards,

Martin