energia / msp430-lg-core

15 stars 12 forks source link

Update boards.txt #60

Closed battosai30 closed 6 years ago

battosai30 commented 6 years ago

Bad size for F5529

robertinant commented 6 years ago

Thank you for the pull. Unfortunately with the current msp430 gcc compiler it is only possible to address the lower 48k. Hence this is why it is set to that that value. Somewhere down the line we will upgrade the compiler to the GCC compiler for msp430 that TI is working on. Unfortunately again, this compiler is not yet there were it needs to be for me to feel comfortable to switch over.

RickKimball commented 6 years ago

What is missing in msp430-elf-gcc @robertinant?

robertinant commented 6 years ago

Nothing missing but code size is to large. On smaller devices one would not be able to run much more than Blink.