Other Parts Discussed in Thread: AM263P4
Tool/software:
I am working with the CAN FD external read/write example on the AM263Px device using MCU+SDK 10.02.00.15.
I modified the example to:
-
transmit and receive data at 1mbps baud rate.
-
Transmit CAN FD messages every 1 second using a timer-based ISR.
-
Receive data using interrupt mode, with data sent from the PCAN-View application.
However, after making these changes:
-
No data is being transmitted or received.
-
Even when I bypass the timer and place the
CAN_transmitMsg()
function inside an infinitewhile(1)
loop, the data is still not transmitted or received. - PCAN-View is configured correctly for CAN 1mbps
I have attached screenshots of the modified code for reference.
-
.