MPC5744P timer interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5744P timer interrupt

823 Views
yugkiie
Contributor I

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

1 Reply

407 Views
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