Hi,
I use FDS to save my data in my application. 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
It's work well.
Now I want to read those data in dfu bootloader. Can I implement FDS function into dfu sample code? Is there anything to watch out for?
Thank you.
