Hi all,
I am using Code Composer Studio (CCS) ver 4.1.3.00038 and the Code Generation Tools ver is 4.3.5.
I have some code wherein I need to write the value 0xFF45 to the I/O Register at location 0x001011.
But somehow only the 8 LSB bits are changed to the new value whereas the 8 MSB bits are unchanged.
That is 'FF' in this example is not being written and only '45' gets written to the LSB. The MSB remains unchanged.
Does anyone know why ?
The location 0x1011 is the Asynchronous CS2 Configuration Register 2 which does have all the bits read write capable.
(Other locations like 0x001004 can be editted.)
Thanks in advance,
- AV.