Part Number: TMS320F28377D
We are working on TMS320F28377D CAN device driver implementation, as part of the CAN module configuration we try to set the "CAN_IP_MUX21" registers IntMux bits according to selected message object. Nevertheless we are unable to access beyond 16-bit of this register.
pseudo code:
CAN_Regs->CAN_IP_MUX21 = 1 << 31;
Expected output: 0x80000000
Actual output: 0x8000
Could you please assist us to resolve this issue?