| |||||
Technical Support Support Resources
Product Information | RTX51: CAN COMMUNICATION QUESTIONInformation in this article applies to:
QUESTIONI can't seem to find (nor de-construct) the bit-by-bit layout of the can_message_struct identifier field for extended message identifiers (29-bit) ANSWERAs far as your program is concerned, the CAN message IDs are represented the same as other numbers. The least significant bit is in the same place as the least significant bit in any other unsigned int (or unsigned long, for 29-bit ids). The CAN controller hardware uses a different bit order, but the RTX CAN routines handle the conversion. MORE INFORMATION
Last Reviewed: Tuesday, July 19, 2005 | ||||
| |||||