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:
youngkin_0-1760765773730.png
youngkin_1-1760765802040.png
youngkin_2-1760765832578.png
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。
youngkin_3-1760765913654.png
youngkin_4-1760766029094.png
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”
youngkin_0-1760766564219.png
youngkin_1-1760766666296.png
How can I activate this AIPS1 through the configuration tool。
Thank you for taking the time to answer.