LPC11C24 only one CAN open response

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

LPC11C24 only one CAN open response

366 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LpcWare159 on Tue Sep 08 00:54:44 MST 2015
I'm trying to use the CAN open rom functionality of the LPC11C24. The CANOpen is setup with a CCAN_ODENTRY_T and CCAN_ODCONSTENTRY_T. I can send a SDO read request at 0x600 + ID and the device responds with the corresponding value of the OD. When a non constant value is read my CANopen_SDOS_Exp_Read callback is even executed. The only issue is that the device only responds once. However, it keeps on receiving other extended ID CAN packets which are on the bus. How can I keep the SDO can open rom code running?
Labels (1)
0 Kudos
1 Reply

291 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LpcWare159 on Mon Sep 14 23:40:02 MST 2015
Solved. Message object numbers must be 1 and 2. Then the SDO requests keep running.
0 Kudos