Part Number: CC3220S-LAUNCHXL
Tool/software: Code Composer Studio
hi,
Using the file system of CC3220S, I opened a file to write data, closed it and then read the file. The data I read was consistent with the one I wrote. However, after power failure, I modified the program again and deleted the write action.Sl_FsOpen returns a negative value if you go straight to the file you wrote.
It's worth noting that my program was debugged online.Will I write files to external FLASH when I do this?
This program is based on the official routine network_terminal_CC3220S_LAUNCHXL_tirtos_ccs, which replaces cmd_prompt() in mainThread() with my own program.