Hello ,
I opened Lin_Slave_S32K311_Example_DS project,
Changed LIN uart2 to uart0 according to my hardware on Configuration Tool ,
I was trying debug and saw program went to HardFault_Handler ,
Added breakpoints and find that go to there from LIN_PHY_Init function ,
after that I changed LIN_PHY_Init line to as comment and other hardware functions working true ,
What is the problem about LIN_PHY_Init , can you help me