Hi,
Thank you so much for your interest in our products and for using our community.
In IntCtrl_Ip driver (S32 Config Tools (S32CT) -> Peripherals), it is enabled the interrupt and set the correct handler for it. Then in Pit driver it is started the selected channel and enabled its notification.
In code, after the initialization the channel will start counting, the notification will be generated and a while loop will run to blink a LED. The while loop will toggle the gpio pin after each event generated by the notification using Siul2_Dio IP driver.
Hope it helps you.
Have a nice day!