LPC11C24 only one CAN open response

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC11C24 only one CAN open response

734 次查看
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?
标签 (1)
0 项奖励
回复
1 回复

659 次查看
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 项奖励
回复