Hi,
I need to store user setting data on the msp432 flash during run time instead of an EEPROM.
The msp430 platform flash has dedicated segments (A through D) where user data can be stored without running the risk of corrupting main memory.
But going throught the msp432 datasheets as well as the example codes and ti forums could not find any safe bank / segment, which would not risk corrupting main program/code memory.
The examples use main flash area to store user data. Not sure how to decide i should position my data.
Regards & thanks in advance
sohrab