Running Out of CONST space
I am using the MSP430F6779A which has 32K of ram and 512K of flash. This results in there only being around 16K of flash that is addressable with 16bits. The project I am working on has a large CONST section and this results in the project not building properly.
Is there a way that I can allow the CONST section to expand into the rest of flash?
I have also been trying to reduce the size of my CONST section and noticed constants such as __RAL_c_local_month_names. Is there a way to remove these from my project as I don't think I do anything with month names?
Please sign in to leave a comment.
Comments
0 comments