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.

CC3200 想要存储数据问题。急!!



想要在FLASH里存储数据,用了例程的那个file操作,看到他在操作文件系统前先lRetVal = sl_Start(NULL, NULL, NULL);初始化了网络,我去掉就会卡在创建文件的函数中

lRetVal = sl_FsOpen((unsigned char *)USER_FILE_NAME,
FS_MODE_OPEN_CREATE(65536, \
_FS_FILE_OPEN_FLAG_COMMIT|_FS_FILE_PUBLIC_WRITE),
ulToken,
lFileHandle);,这个sl_Start()具体初始化了什么才能进行文件操作。