Tool/software: Code Composer Studio
Hi,
I have read the the can message using interrupt
after this function
CAN_readMessage(CANB_BASE, RX_MSG_OBJ_ID, rxMsgData);
i can see the data. similarly i wanted to read the arbid and dlc
so i put like this
rx_id = HWREG_BP(CANB_MSG_RAM_BASE + RX_MSG_OBJ_ID * 0x20 + 0x08);
still i read 0 only after that code.
Regards
LT