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 Communication between LPC1766 and LPC11C24

Hallo

I am working on an home automation project where my task is to communicate between LPC1766(Cortex M3) and LPC11C24(Cortex M0).

Can anyone tell me or put a sample coding on how to communicate between two different microcontrollers using CAN BUS

Parents
  • Why does "different microcontrollers" matter here?

    Don't you think that anyone who implements CAN for use in a vehicle has to communicate with "different microcontrollers"?

    Wouldn't it be quite silly if CAN required all nodes to use identical controllers? Why would controller A need to know the brand and model of controller B? Would that change the contents of the frames?

Reply
  • Why does "different microcontrollers" matter here?

    Don't you think that anyone who implements CAN for use in a vehicle has to communicate with "different microcontrollers"?

    Wouldn't it be quite silly if CAN required all nodes to use identical controllers? Why would controller A need to know the brand and model of controller B? Would that change the contents of the frames?

Children