Skip to main content
Visitor II
January 22, 2024
Question

Multi-device communication of CAN

  • January 22, 2024
  • 3 replies
  • 1058 views

Is anyone familiar with CAN Communications? Hundreds of devices can communicate in the car, but I have seven or eight motherboards here, and there are always some boards that can't send data, why is this? Is there a big guy who understands?

    This topic has been closed for replies.

    3 replies

    ST Employee
    April 22, 2024

    Hello @wang_mo_mo 

    First, please check your physical network: you can start by testing using 2 boards only and integrate one by one to your CAN network. For this purpose, you can use for example a simple application from one board that is sending a CAN frame and test if it is correctly received by the newly integrated one.

    Best Regards

     

    Graduate II
    April 22, 2024

    @wang_mo_mo wrote:

    Hundreds of devices can communicate in the car, but I have seven or eight motherboards here, and there are always some boards that can't send data, why is this? 


    Hundreds of devices like 200-300 CAN nodes? I can see a car having 10's of nodes but not 100's of nodes.

    Or do you mean hundreds of CAN ID's? Each ECU can have 10's of CAN ID's easily.

    You have to elaborate what you mean that some motherboards can't send data? What kind of car are you referring to?

    Technical Moderator
    April 23, 2024

    Hello,

    You need to elaborate more.

    What are these boards that are failing sending data? STM32 based boards? Custom? ST boards?

    Provide schematics, code source etc..