energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 670 forks source link

MSP430F5529 flash memory overflow #994

Closed manaioussema closed 6 years ago

manaioussema commented 6 years ago

Hello everyone, Lastly when i was uploading my code to the MSP430F5529 launchpad the compiler through this error message: capture

is there any solution for this ? thank you in advance.

robertinant commented 6 years ago

You are using more flash space then is available. The only solution is to reduce the size of your Sketch. Note that the current compiler is only capable of utilizing the lower 48k. So even if the micro controller has more than 48k you will only be able to use 48k of that memory.

manaioussema commented 6 years ago

any solution ?

rei-vilo commented 6 years ago

Either use a LaunchPad with more flash or reduce the size of the executable.

For project-related questions, please post your question at the www.43oh.com forum.

manaioussema commented 6 years ago

any idea about when the compiler will be updated ?

rei-vilo commented 6 years ago

If your project is in a hurry, when don't you use CCS instead?

manaioussema commented 6 years ago

i'm using a menu library that's not easy to port to CCS.