I am using S32K344 and New "FlexCAN_example_CT(SDK version: RTD 0.9.0 D2013)",Update the code after modifying the CAN0 IO configuration.But CAN0 did not send any information, use the oscilloscope to check the CAN0 PTA6 level and there is no change.After checking the code, I found that the updated code did not add IO initialization information, so I added the function Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0,g_pin_mux_InitConfigArr0).It still doesn't work after adding IO initialization.