Hi NXP team,
Can i ask why there is a difference between calling and not calling setupCanXCVR()
After calling this function, my CAN_TX pin no longer emits Digital signal

Call setupCanXCVR()

Notcall setupCanXCVR()

Why does this difference result in the function FlexCAN_Ip_Send(INST_FLEXCAN_0, TX_MB_IDX, &tx_info, MSG_ID, (uint8 *)&dummyData); not working properly?