Hello,
I am planning to use part of the flash memory in MSP430G2230 as non-volatile memory to store some data. I am wondering if I can directly put the data in the flash when uploading the firmware onto the chip, so I do not need to write function to store data in flash.
The reason why I need this is because I need to write 640 bytes of data into flash while RAM of MSP540G2230 is only 128 bytes, so I am not able to write all the data I need into flash at once.
Thanks in advance.