Skip to main content
kia
Associate
August 20, 2008
Question

CAN communication

  • August 20, 2008
  • 3 replies
  • 1071 views
Posted on August 20, 2008 at 05:18

CAN communication

    This topic has been closed for replies.

    3 replies

    andreas2
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 12:42

    That is not a problem, it's the intended behavior. Any node receiving a consistent frame shall acknowledge it. Inconsistent frames shall be flagged with an error frame. Check the CAN specification.

    CAN has no concept of a fixed master/slave relationship, and there is no such thing as a CAN address. You might be using the CAN protocol in a way it wasn't designed for.

    kia
    kiaAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 12:42

    Hi,

    I have a problem with the CAN interface. I an building a CAN controled network with one master and 5 slave units. Each slave has an individual filter address ( 1 to 5). At the moment I am testing the system with one master and one slave. The problem is that the slave generates an acknowledge signal even though the data package is addressed for another CAN address. Anyone have an idea what could be the problem?

    kia
    kiaAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 12:42

    ok, I thought it worked in a different way.

    Thanks for the help!