This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAN: More than one slave problems

HI,
I am working with LPC2129 with full CAN bus.
I have written a code for master and slave. i am running a heartbeat LED on both of them at a rate 1Hz, and they work fine.
When i connect 2nd slave after having done the appropriate changes, the LEDs on two slaves run on much slower frequency 1/2 Hz. ? why? are there certain registers need to be configured for this issue.?
the code i am using should run the same either with one slave or more.
I am using 1Mbps baud rate...

Parents Reply Children
  • I.e. i am sending a tick from master to slaves each 10ms

    That's still way too little information. When you say you "send the tick to slaves", what does that actually mean? You aren't by any chance sending separate tick messages to each of them, on a bus that had nearly 100% busload with a single slave, are you?