Part Number:TMS320F28075
Tool/software: TI C/C++ Compiler
Hello,
my application includes packed structures to make communication easier. However I've seen that compiler doesn't accept the __attribute__ ((packed)).
Is there a different way (an attribute, a compiler option, a #pragma directive, etc.) to pack structures and variable inside structures with word alignment instead of long alignment?
Thank you.
Demis