Hello, Does the C5515 CSL MMD/SD, and USB library CPRC133 (or any another) support FAT32 in MMC card? Thanks, Yaron
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.
Hello, Does the C5515 CSL MMD/SD, and USB library CPRC133 (or any another) support FAT32 in MMC card? Thanks, Yaron
Hi Yaron,
Yes, the C5515 CSL 2.10 does support FAT32 in both SD card and MMC card. The FAT support is bsed on the TI ATAFS. The example code at TMS320C55XXCSL-LOWPWR\c55xx_csl\ccs_v3.3_examples\mmc_sd\example6 for CCS 3.3 or TMS320C55XXCSL-LOWPWR\c55xx_csl\ccs_v4.0_examples\mmc_sd\CSL_MMCSD_SdCardFSExtExample for CCS 4.x shows how to to create files on a formatted SD card or MMC card. You can then use the card reader to verify the file creation on a PC.
The USB MSC example also shows the USB Massive Storage Class support for Windows (FAT32/16). The example code will expose a formatted SD or MMC card as a logical driver on your PC (Windows or Mac). The example code is located at TMS320C55XXCSL-LOWPWR\c55xx_csl\ccs_v3.3_examples\usb\example4\csl_usb_msc_dma_example for CCS 3.3 or TMS320C55XXCSL-LOWPWR\c55xx_csl\ccs_v4.0_examples\usb\CSL_USB_MSC_dmaExample for CCS 4.x.
Best regards,
Ming