Other Parts Discussed in Thread: MSP432E401Y, SYSCONFIG
Hi,
I've imported the fatsd and fatsd (the "no rtos" ones) for MSP432E401Y from ResourceExplorer and made the necessary SPI connections with a SD card reader.
The following output comes up on UART (for fatsd)
"
Starting the fatsd example
This example requires a FAT filesystem on the SD card.
You will get errors if your SD card is not formatted with a filesystem.
Drive 0 is mounted
Creating a new file "fat:0:input.txt"...
Error: "fat:0:input.txt" could not be created.
Please check the Board.html if additional jumpers are necessary.
Aborting...
"
and the following for fatsdraw
"
Starting the FatSD Raw example
This example requires a FAT filesystem on the SD card.
You will get errors if your SD card is not formatted with a filesystem.
Drive 0 is mounted
Reading disk information...
Error getting the free cluster count from the FatFs object
"
I had formatted the SD card with FAT using my PC.
Please suggest some fix