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.
Good Afternoon:
I have a customer who hast the following question below. He is using MSP430 and I believe CCv4 so can someone take a look at it and let me know what he needs to do.
In the past, I’ve used #pragma pack for condensing names I plan to put into SRAM. However, Code Compiler does not like
#pragma pack. What is the correct nomenclature?
Thanks
Hubie
You can get packed structures as a gcc extension starting with MSP430 compiler version 4.0.0. See this wiki article for more information.
Thanks and regards,
-George