Hi,
I am working on C2000-F28027. I see that unsigned char stores 2-bytes(1 word) of data.
But in my case, I strictly want unsigned char to store 1-byte. Is there a way to force the unsigned char to store 1-byte?
I have refered the link http://processors.wiki.ti.com/index.php/Byte_Accesses_with_the_C28x_CPU. But the intrinsics __byte() and __mov_byte() are not helping me here.
Thanks & Regards,
Raghavendra