From fs.h I gather that Error number -49 is supposed to be SL_FS_NO_DEVICE_IS_LOADED.
What does that mean in plain English? Is the serial flash not accessible to the CC3100?
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,
You are working on a pre-regulated 1.8 mode. Actually, it is 1.85V so please refer to the online DataSheet to make sure you meet the specification.
Another thought, have you formatted the serial flash for the 1st time. You need to do it before you can save anything on it. The format is possible using Uniflash tool.
Shlomi
Thanks for the suggestions!
I correct myself on the 1.8V information, the radio and flash are operating at 1.85 V.
The function sl_FsDel(..) returned with the error code -49 as well, so there seems to be no way to programatically format the serial flash from the host.
There is absolutely no possibility to use Uniflash with our boards.
Hi,
sl_FsDel() API is not the way to format a SFLASH. Actually, from host you do not have the capability to format the SFLASH. Only Uniflash has this option.
Can you try to format the SFLASH using Uniflash? If you need guidelines, let me know.
Shlomi