Part Number: TMS320F28035
Tool/software: Code Composer Studio
Hi All.
I try to communicate via CANopen between F28035 and another board which is compatible to CANopen standard.
I'm a bit confused because in CANopen standard I have COB-ID, ID and Node ID definitions. COB-ID is for example 0x0601 - means 0x0600 + Node ID (=1).
So do I have to set 0x0001 or 0x0601 message ID in Mailbox?
My another doubt is that, in manual I can see that MSGID has 28bit ID field. In CCS I have EXTMSGID_H, EXTMSGID_L and STDMSGID, I guess in SCC I have to assign message id as follows:
ECanaMboxes.MBOX0.MSGID.bit.STDMSGID = 0x0001 (Node ID)
Am I right?
Best regards.