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.

MSP432關於FATFS的使用

HI 各位

我使用TI自帶的 C:\ti\simplelink_msp432p4_sdk_3_20_00_06\source\third_party\fatfs 套件

與官方範例。 fatsdraw

執行時一切正常。

想使用exFat檔案格式時,修改了ffconf.h其中的

#define FF_FS_EXFAT 1

#define FF_USE_LFN  3

然後重新編譯

更換一張exFAT格式的SD卡,重新執行範例卻無法正常跑出結果。

請問是否有地方沒注意到?

感謝回覆