hello:
now i set the pit0 as timer , The timer function is operating normally。
but i set the pit2 as timer,The timer function is not operating normally。
i Set pit2 as shown in the following figure:



when i debug the pit2,When executing function(Pit_Ip_Init(2, PIT_2_CH_0);), it will enter a hardware error(HardFault_Handler)。if only debug pit0,it is ok。


and I have reviewed the information,PIT2 of S32K3 is connected to the AIPS1 bus, and the AIPS1 clock is turned off by default when powered on。
I want to set the mcu moudle,but i can not find “McuPeripheralClkConfig”


How can I activate this AIPS1 through the configuration tool。
Thank you for taking the time to answer.