some questions about LPC17_CAN_LedControl

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

some questions about LPC17_CAN_LedControl

706 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by attori90 on Sat Apr 07 09:49:48 MST 2012
Hello everybody,

1st:
i have tested LPC17_CAN_LedControl and i not exactly understand how this project work.
if we send the command from the 1st node to display it in the 2nd node, how i not find CAN_ReceiveMsg in the source code :confused:

2nd:
in my test i work with transceiver MCP2551, is that work with LPC1769??

thanks to reply me
(sorry for my english :p)
0 Kudos
Reply
2 Replies

697 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Europe on Wed Apr 11 01:02:54 MST 2012
Hello attori90,

I do not know how experienced you are in CAN, but it can be of use to look at the following link:

http://ics.nxp.com/support/documents/microcontrollers/zip/an10908.zip

It is not an exact match on your question, but it may expand your knowledge.
0 Kudos
Reply

697 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Sat Apr 07 10:08:17 MST 2012
#1:[INDENT]
CAN_ReceiveMsg(LPC_CAN2,&RXMsg);
is used in

void CAN_IRQHandler()
of can_ledcontrol.c because this sample is using CAN interrupt to receive messages.
[/INDENT]#2:[INDENT] There's nothing wrong with MCP2551 (except it's using 5V supply voltage). Don't forget to pull RS low if you use higher baudrates :)[/INDENT]
0 Kudos
Reply