MPC5744P timer interrupt

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

MPC5744P timer interrupt

851 次查看
yugkiie
Contributor I

how to use S32 to configure MPC5744P timer interrupt(PIT trigger interrupt)

1 回复

435 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

S32DS includes demo example called "Hello_World_PLL_Interrupt".

this example configures MPC5744P's three PIT channels, and one SW interrupt. Each PIT is loaded with different period. SW interrupt is set after every four iterations of PIT0 interrupt.  PITs and SW interrupt each connected to an LED. LEDs flash at frequency of their corresponding interrupts.

Hope it helps.

BR, Petr