Hi All,
I am working on imxmp CAN driver with imx8mp EVK board in QNX.
observed CAN communication is not working.
Step 1: in loop back mode CAN 1 and CAN2 working in imx8mp board.
Step2: Running CAN 1 and CAN 2 with 250k baud rate.
CAN-usb FD tool from ESD connected with bitrate 250k.
dumped the Error and status register details below.
CAN MCR – 0x44a3203F here FDEN bit was not set. So CAN FD is not enabled.
CAN_CTRL – 0x6339ec04 - the below phase seg details.
#define CAN_RJW 0
#define CAN_PROPSEG 0x04
#define CAN_PSEG1 0x07
#define CAN_PSEG2 0x01
#define CAN_PREDIV_250 0x13
CAN ESR 0 0x40318 -
bit 3 is set - CAN flex receiving message(this i am sending from CAN tool)
bit 4-5 - 01 - error passive
bit 9 - 01- TX error warning - Tx error count is greater than or equal to 96.
bit 8 - 01 - RX error warning - Rx error count is greater than or equal to 96
Bit 18 - 01 - FlexCAN is synchronized to the CAN bus
can you please help me here.