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.

MSP432E401Y: MSP432 SDK support for EXFAT

Part Number: MSP432E401Y
Other Parts Discussed in Thread: BOOSTXL-SHARP128

Team,

I have tried using the FATSD RAW example for reading/writing to SDXC type cards formatted with EXFAT file system.

I have modified the ffconf.h 

Fullscreen
1
2
#define FF_USE_LFN 3
#define FF_FS_EXFAT 1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

After recompiling the FATFS library 

When LFN is enable, during the FATFS library calls in the main application (fatsdraw example) gets a faultISR, or if it is ran in RTOS environment, it throws HWI exception.

Is there a successful example of EXFAT support on any SimpleLink device? It could be CC3220, CC3225, CC1352, etc.

If there is a working example I can debug and find the issue.

Nima