energia / msp430-lg-core

15 stars 12 forks source link

boards.txt for msp430fr5969 and msp430-gcc is inaccurate. #3

Closed robertinant closed 8 years ago

robertinant commented 8 years ago

From @RickKimball on June 29, 2016 15:28

Same issues as before: https://github.com/energia/Energia/issues/806

Copied from original issue: robertinant/EnergiaNG#8

robertinant commented 8 years ago

I gave this some more thought. Pretty much all boards claim the wrong size memory. I am in doubt if I should change this. One one hand, the user could be confused by the fact that the size of flash is reported incorrectly and on the other hand, reporting the right size is misleading.

I favor not lying to the user about how much FLASH is usable and will be changed all the board entries claiming incorrect sizes until we can enable large memory model with the new compiler.

e.g. MSP430F5529 is also incorrect and should only claim 48127 bytes (0xFFFF - 0x4400) of usable flash.