Hello,
I am very new to the CAN protocol and started exploring it using
LPC1768 Dev. Kit.
While trying to analyze the sample code of CAN protocol just to
send data from one LPC1768 to other LPC1768 board,i am unable to
receive the data.
But when I evaluated the same program in keil simulator, I can
view the expected results.
Kindly find below the block of CAN code which I have downloaded to
the board.
CAN_TxMsg[1].id = 33; /* initialise message to send */ for (i =
↧