Hi, i have created a new CAN project from example MPC5777. Changed the processor settings to MPC5775B, and pinout is correct.
Problem is i dont have any sign of life in the canbus pheripheral. First of all i have modified the program code in a way that CAN_Send is placed inside a while(1) loop, to debug the problem more easily and it succesfully reaches there.
While debugging, the program seems to get stuck in the CAN_Send function. It does not reach into breakpoint set into CAN_Send again after once inside the function.
I have oscilloscope, i have probed the canbus, all the pints in the58&60 jumpers (which decide whetever the 1145 can chip is connected to FLEXCAN_RXA/MCAN0_X or FLEXCAN_RXB). Theres no sign of life anywhere. I have tried to send data from PC over canbus to the MPC5775B, but it does NOT get an acknowledge bit.
I tried the same library with S32K144 EVB, and it works perfectly, acknowledge bit is send even if the main program debugging is stopped.