Hi,
I use FDS to save my data. Below is my fds list. All RECORD already have data from factory production.
#define FILE_ID 0x1111
#define RECORD_KEY_TORQUE_0 0x0001
#define RECORD_KEY_W_TORQUE 0x0002
#define RECORD_KEY_I_TORQUE 0x0003
#define RECORD_KEY_UUID 0x0004
#define RECORD_KEY_EMS 0x0005
#define RECORD_KEY_SPINDOWN 0x0006
#define RECORD_KEY_SMT 0x0007
#define RECORD_KEY_ASM 0x0008
My question is
1. If I create new RECORD (Like #define RECORD_TEMP 0x0009) and update my application by DFU. Will this be a problem? Because my old application have 8 RECORD but new application have 9 RECORD. I'm worried that the original record data will be lost
2. If I keep my RECORD number is 8. But I change one RECORD size. (RECORD_KEY_ASM is 5 words in old application. Then I change 5 words to 6 words in new application). Also update application by DFU. Will this be a problem? Will the original record data be lost?
Thank you.
John.