Hello,
Thanks for your reply.
I am doing few testing's from my end on evaluation board to make sure MCU is transmitting properly because we are still not seeing any CAN messages on the CAN1 channel on the actual production board with SBC transceiver.
For testing whether evaluation FLEXCAN1 functionality is working or not we are tried few things
1) I enabled the loop back mode for the flexcan1, so that without the can transceiver also I need to receive the data back from the flexcan1 ( It will send and receive the messages internal to the can1 controller). In this testing also I didn't received any data through the flexcan1.
2) I enabled can1 and can2 controllers and I am sending from can1 TX pin to Can2 RX pin directly without the can transceiver to see whether the data is being transferred from can1 and received to can2. Even in this testing also I am not seeing data from can1 to can2
If the following two methods are not the right way for testing, can you please let me know what I can do for testing the microcontroller flexcan1 without can transceiver to confirm that our microcontroller is having no issues?
I am attaching the above mentioned two projects. Please let me know if I did anything wrong in the configuration.
If the above methods are proper way of testing can you please share the example code for the flexcan1 loop back mode using interrupt and transferring the data for flexcan1 to flexcan2 using interrupts.
Thanks in advance.