Hi,
Any one can tell me which byte alignment C6452(c64+) DSP is using? is there any chance to see in the compiler options of the project that is using.
Thanks,
Regards,
Ramana.
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.
Hi,
Any one can tell me which byte alignment C6452(c64+) DSP is using? is there any chance to see in the compiler options of the project that is using.
Thanks,
Regards,
Ramana.
The section titled Data Types from the C6000 compiler manual gives basic information about all the scalar types (i.e. char, int, short, etc.) The alignment is the same as the size of the type. Also see the section titled Linking C6400 Code With C6200/C6700/Older C6400 Object Code for additional information about how arrays are aligned.
Thanks and regards,
-George