How to save varibale values in Non volatile memory in MC60

How to store values in non volatile memory in MC60,

It retains stored value even after on/off the module.

(How to use Pragma section in opencpu)

SDK version:V_1.7

Dear siva_nesh

If you want to use the module’s non-volatile memory to store your own information, you need to understand the API functions in the file “ql_fs.h”, which describes how to read and write the contents of the memory.There are also examples in “example_memory.c” and “example_download_epo.c” for reference.Thank you.