2023-11-08 03:27 AM
I am trying to connect 2 NUCLEO-G0B1RET6 boards,using CAN FD. I previously did it using CAN, But now i am trying to connect these boards using CAN FD. So far no success,I want to know if it is possible to do it using CANFD.Kindly help me in this regard.
Solved! Go to Solution.
2023-11-08 07:22 AM
Tomorrow I will try again,once I have my setup ready, I'm grateful for your continuous support.
2023-11-08 08:33 AM
You can look into the NCV7344 from ON Semiconductor. It's CAN FD compliant and it can interface a 3V-5V Microcontroller.
2023-11-08 09:18 AM
ROHM BD41041FJ-C (adding for Google spidering..)
2023-11-09 12:45 AM
I tested voltage level on Pins,
1. Transceiver TX pin-3.316v
2. Transceiver VCC-5.05v
2023-11-09 02:24 AM
Show a drawing on how all your boards and transceivers, terminating resistors and power supplies are connected
2023-11-09 02:45 AM
Hello,
VIHmin = 5.05V x 0.7 = 3,535V > 3.316V (VDD) -> out of the transceiver spec. As I said, you have to use a 3.3V transceiver. Or test TxD pin in OD config
2023-11-09 03:02 AM
2023-11-09 03:19 AM
According to your schematics connections look good.
Did you tried the OD config for TxD pin?
2023-11-09 03:31 AM
Are the grounds common to both MCU and CAN Transceivers? Need to be sure you're not using a separate power supply for each one. Also you didn't really indicate what is the actual problem other than you saying no success. Can you transmit but not receive? Or both? You haven't shown any code so we don't know if you set it up correctly?
2023-11-09 05:06 AM
Looking at his diagram, the power is ok. Each node has its own main power supply (5V). He doesn't show that the transceiver GND is connected to the GND of the Nucleo board but I suppose he did it.