hi ,
I want to store some data in cc3200 so that when i restart the launchpad i should not lose it. this data is a variable. how to do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi ,
I want to store some data in cc3200 so that when i restart the launchpad i should not lose it. this data is a variable. how to do it?
Hi Vinu,
You can use the file system APIs. This file system is managed by the device itself (and thus the device needs to be started via sl_start first).
You can find all about it on the Programmer's Guide but can also look for yourself in fs.c/h files. It is easy open/close/read/write functions. You can also find examples in the SDK itself. Look for file_download and file_operations examples.
Regards,
Shlomi
Hi,
I am closing the thread, if issue still exist please open a new thread and add a link to this one for reference.
Shlomi