Tool/software: Code Composer Studio
Hi,
for my current Project, I have to store always 4 bytes of data into the flash, if a user presses a button. This means, the total amount of bytes inside the flash will increase each time of a button press.
If there is a BLE connection, the data should be read out of the flash and then erased.
With osal_snv_write it is only possible to store the whole array at once at one SNV_ID. The maximum length on an array for one SNV_ID is 255 bytes?!
Is there a better way to only append 4 bytes into the flash per button press or do I have to write always the whole array?
Thank you
Christian