Hello,
I’m trying to get the can bus working as explained on https://wiki.radxa.com/Rock3/dev/can
I have two RockPi 3A , two Waveshare SN65HVD230 (https://www.welectron.com/Waveshare-3945-SN65HVD230-CAN-Board_1) and using Radxa ubuntu images which loads the overlay rk3568-can1-m0.
I’ve wired the 3.3V and GND GPIOs to each transceiver board. Also the CAN1_RX_M0 and CAN1_TX_M0 GPIOs to each transceiver RX and TX pins. I’ve connected the CAN_L and CAN_H between transceivers.
When trying to send anything with cansend, the other board don’t see anything with candump and when using the supplied example can_send.c and can_receive.c, the receiver doesn’t receive any data at all.
Using Rock3A v1.3 boards.
Looking for help as support for the CAN bus is important for my application.