This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

When are shadow accesses *required* in the 280x CAN module?

As described in the manual, all registers must be handled with 32 bit accesses.

However, is this only relevant to bitfield accesses (e.g. ECanaRegs.CANMCR.CCR)? If so, are read-modify-write operations (such as ECanaRegs.CANME.all &= ~(1 << mbox_num)) OK?