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.
工具/软件:Code Composer Studio
从 Windows 读取/写入 SDCard 数据:在记录到 SDCard 后(通过 TI 的 MMC_write()) ,数据在 Windows 操作系统中不可用
1. Windows 10上的 SDCard 格式为 FAT32 -成功
2.将 SDCard 作为 MMC 设备安装到 DSP 系统- 成功
3.在 DSP 上通过 MMC_init()、 MMC_open()打开并初始化 -成功
4.通过 MMC_write()将数据写入 SDcard -成功
5.将 SDCard 插入 Windows 10计算机进行读取
问题:
-在 Windows 上打开、读取 SDCard 的过程