Tool/software: TI C/C++ Compiler
HI,
I want to decode the CAN ID from the given message object for some application scenario as I have multiple CAN message configured for the same.
Hence I am trying to do the following to decode the CAN ID.
uint32_T *memindsrc = (uint32_T *) (&CanbRegs.CAN_IF1ARB.all);
But this is resulting in compilation error as:
Illegal use of intrinsic: __byte_peripheral_32
Any idea what could be the issue?