Hello,
I am using NHS3100 and loading the code app_demo_dp_tlogger. I am using lpc xpresso ide for that. Now the maximum capacity is 4000 samples which are stored in flash of NHS3100. So I dont get the data once the flash gets full. How can I delete the old samples so that I can get some memory for new samples?
I am attaching my code with this.
Thanks,
Shailav
Original Attachment has been moved to: app_demo_dp_tlogger.rar
Dear Shailav Surve,
You can clear EEPROM by moving the data into FLASH by making use of int Storage_Write(STORAGE_TYPE * samples, int n) function in storage.c file. When that is done, the EEPROM is fully empty again.
Best regards,
Ivan.