• LPC2368 CAN receive problems
    Hello hello, Part of my final internship I have to analyze CAN-BUS messages. The company has provided me with a KEIL MCB2300 (LPC2368) I have modified the original can example program from NXP...
  • CAN Receive Message Simulation
    I have a test program that sends periodically a CAN message from channel 1. The commands at the bottom simulate reception of a CAN message in CAN channel. CAN communication window shows a REC message...
  • Transmit and receive with CAN micros
    Hi I am using atmel's T89C51CC01 to build a Controller Area Network.Does anyone know how to transmit and receive with this protocol.Can someone gimme a code for it:from the controller to the buffer...
  • CAN send and receive?
    sirs, i am using philips 89c51RD2 for CAN communication with Rtx51full.In the reception node i have written the code with can_bin_obj and can_wait. in the transmiting node i have used can_send function...
  • OS_ERR_FIFO_OVF when CAN data received
    Hi everybody I use SAM7x512 and RL-ARM OS. here, OS has 7 tasks and one of them is for CAN receiver. OS_TICK is 1000 and OS_STKSIZE is 1024. and 500000 is my CAN baudrate(my board is just receiver...