Hi, I'm having some issues with displaying the CM register view for this device. The UART0 registers are not correct.
CCS 10.4
The reference manual (SPRUII0C) on page 5162 indicates that the register addresses are aligned on 4 byte boundaries. However, the registers in the CCS register view are on 2 byte boundaries. Following is a screen shot of the UART0 control register
According to the ref manual this register's offset from base should be 0x30. If I Right click on UARTCTL and select 'View Memory At Address' I get this:
Note that the memory address highlighted is 0x4000C018. So, the CCS Registers view is displaying the wrong address. Why is this?