Hi,
I need bit access in the MDL and MDH data registers of eCAN mailboxes. I've added a structure in the eCAN header file. When I open CCSv4 to code my MCU, it gives me this bit options
Struct MDL_BITS{
Uint16 bit0:1;
Uint16 bit1:1;
.......
similarly for MDH too!!
ECanaMboxes.MBOX10.MDL.bit.bit0 when I use it. However, these are not taking the values I enter. Is this the correct way to achieve bit access to mailboxes?