energia / cc3200-core

6 stars 10 forks source link

RAM Size boards.txt Entry Consistency #4

Closed rei-vilo closed 6 years ago

rei-vilo commented 8 years ago

Updated boards.txt for MSP432 and MSP430 uses maximum_data_size

MSP-EXP432P401R.upload.maximum_data_size=65536 MSP-EXP430F5529LP.upload.maximum_data_size=8192

when Tiva C and CC3200 use maximum_ram_size

EK-LM4F120XL.upload.maximum_ram_size=32768

CC3200-LAUNCHXL.upload.maximum_ram_size=32768

robertinant commented 6 years ago

For the CC3200 since both data and code go into the same RAM region. I could split it up into program memory and ram but this would place a limitation on the combined. Hence I added a upload.maximum_data_size to the boards file with the same size as the maximum_upload_size