You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the currently used gcc compiler does not support the upper memory.
To support this the change to a later compiler version would be required which is still pending.
Most important point for not having switched to a newer compiler version is the increased code size the new compiler will bring and therefore limit functionality on some of the small memory devices.
Current GCC tool-chain for MSP430 is versioned
4.6.5
but is limited to 64 KB.I gave a try to GCC MSP430
6.4.0.32
with options-mlarge -mcode-region=upper -mhwmult=auto
.Surprise is, variable and code sizes are significantly bigger.
4.6.5
for blink against MSP430G25536.4.0.32
for blink against MSP430G2553This may rise issues for the MSP430G2553 but not for the MSP430F5529, MSP430FR5969, MSP430FR5994 and MSP430FR6989 with large Flash and RAM.
I haven't explored yet projects which size is larger than 64 KB.
Are there a roadmap and a release date for the support of GCC MSP430
6.4.0.32
with projects larger than 64 KB?Thank you!
The text was updated successfully, but these errors were encountered: