Re: Updated CAN message structure.

2022-06-21 Thread Pavel Pisa
Hello Prashanth S, On Tuesday 21 of June 2022 19:00:42 Prashanth S wrote: > This is to present the updated CAN message structure. > > *Updating the CAN message structure:* > > struct can_message { > uint32_t id; // 32 bits to support extended id (29 bits) >

Updated CAN message structure.

2022-06-21 Thread Prashanth S
Hi All, This is to present the updated CAN message structure. *Updating the CAN message structure:* struct can_message { uint32_t id; // 32 bits to support extended id (29 bits) uint32_t timestamp; uint16_t flags;// RTR | BRS | EXT ... uint16_t len; uint8_t