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)
>
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