Hi,
I would like to store important information (few MAC addresses) in flash memory at manufacturing stage. Then my program will be able to read these information thanks to fstorage or FDS.
How to proceed? Is it best to compile a program in parallel in order to write to the flash memory before running my application meaning that it must be done in 2 steps? Or write a file (binary) and import in my project ?
These information must be non-erasable if possible so I am wondering if there is a way to secure this...
Thanks.
BR