difffernce between STM and PIT

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

difffernce between STM and PIT

2,802件の閲覧回数
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,393件の閲覧回数
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