Hi,
1. The DCAN chapter in the AM335x TRM mentions Debug/Suspend mode:
"In debug/suspend mode, the message RAM will be memory mapped. This allows the external debug unit
to access the message RAM."
"The base address for DCAN0 RAM is 0x481C_D000 and DCAN1 RAM is 0x481D_1000."
How is this Debug/Suspend mode activated? Shall I just see the memory when I halt in CCS debugger? Because I observe just zeros at addresses starting from 0x481D_1000 (While if I activate the RDA mode I do see non zero values at these addresses).
2. I don't see the MsgVal bit neither in RDA nor in Debug/Suspend mode representation. Is that so and I shall observe it from the registers?
Best,
Vasili