请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC3100 您好!
我正在使用 CC3100、我将一些文件存储在 CC3100的 SFLASH 中、并希望以块数读回该特定文件、而不是完全读取整个文件并存储在单个阵列中。
请建议如何使用 sl_FsRead ()函数实现此目的。
希望获得 Quik 帮助。
谢谢、
Pradeep
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.
请参阅 SDK 中的文档。
C:\ti\CC3100SDK_1.3.0\cC3100-SDK\docs\simplelink_api\html\group___file_system.html
状态= sl_FsRead (FileHandle、0、readBuff[0]、readSize);
还提供了一个示例
C:\ti\CC3100SDK_1.3.0\cC3100-SDK\examples\file_operations
此致、
Chris