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 创建文件的大小



您好!

       我使用的是CC3200-LAUNCHXL3.2的板子,SFLASH是1MB,先format(1MB)然后进行Service Pack Update(servicepack_1.0.0.1.2.bin),

       测试程序在debug下运行,只能创建出最大350KB(0x56000)的文件, 再大了就会返回-30(SL_FS_ERR_NO_AVAILABLE_BLOCKS)了。

       而只format不进行Service Pack Update的话, 也只能创建最大487KB(0x77000)的文件。

       请问这是什么原因造成的,  我的程序需要使用到500K的文件, 请帮忙解决这个问题,非常感谢。