I'm using CCS 5.0.3 with Generation Tools version v7.1.2 to develop TMS320C6747. I tried to define a structure with packed size (All the elements of the struct are aligned on 1 byte whenever what their types are). But I tried to use the primitive "__attribute__ ((packed))", but the compiler told me the packed will be ignored. But I found that the packed attribute is supported on C64x+ or C64x, so I think it's supported on TMS320C6747. But I don't know how to use the "packed attribute" correctly.
Thanks for your answer in advance.