Hi,
Currently I am using msp430f6779 mcu, and I have a variable which resides and odd address (0x4673) on RAM memory. This variable's type is uint16_t. When I try to write that address a value , It writes from 0x4672 address(1 byte previous). Can anyone tell me why I am having this problem and how I can solve?
Thanks
Best Regards