2020-05-15 01:47 PM
Hello,
I have two boards: STM32F74G-DISCO and STM32f407VGT6
They are connected with CAN bus, but the connection is not working. On the picture in attachment is my schema. I think that my code is okay, but I am not sure about schema. I have two transceivers MCP2551. I can paste also the code, if needed.
Thanks for answers.
Solved! Go to Solution.
2020-06-18 08:03 AM
I changed transceivers and used new ones: MCP2542. Now it is working fine.
Thank you very much for your answers.
2020-05-15 02:25 PM
Common the ground on the F746 side
2020-05-15 02:27 PM
I have tried it, but the same result. Both boards are also connected to the same PC, so there should not be the problem with ground.
2020-05-16 03:06 AM
According to the MCP2551 datasheet, the driver may be in standby mode: V Rs > 0.75 VDD
See table 1-1
Rs pin must be tied to ground through a resistor
2020-06-18 08:03 AM
I changed transceivers and used new ones: MCP2542. Now it is working fine.
Thank you very much for your answers.