i need c code for communicating between CAN controllers of two different lpc2129/01 controllers, i just want to send one single message with same id of 3/5 characters from 1st lpc2129 to next lpc2129 , anyone please help me
Will you be configuring the LPC2129 microcontroller(s) to act as network device(s) for a CAN network,or will you be attaching a CAN module to them which will receive instructions from a microcontroller?
actually im try to configure inbuilt CAN controllers of lpc2129/01(transmit from CAN1 and received by CAN2), that is communication between two lpc2129 controllers through inbuilt CAN controllers. sorry for the time delay for replay
The LPC21xx can controllers are software compatible with industry standard controllers, there should be plenty of software examples. I would also look for example code from NXP.
Personally I'm not using CAN with NXP controllers. I recently implemented CAN for PIC32 within half an hour by putting together the plib library examples.
Now i am using this following codes to transmit and receive between two mcb2100 development boards without using any acceptance filter, bcoz i only using two nodes, can any one help me to sort out the problems with this codes please.