This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
I am working on TMS320F28069 C28x.
I have created an array of char as can be seen from the image above for 8-bits datatype it takes 16-bits memory and higher byte is empty.
Any suggestions on how to pack it in memory -> 8 bits side by side. Is there any way of telling compiler to do that ?
Thanks,
Rahul
The C28x compiler does not support a built-in type that is 8-bits wide. To understand how you can do 8-bit wide operations from C code, please see the article Byte Accesses with the C28x CPU.
Thanks and regards,
-George