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.
Hi QJ Wang,
Santhosh:
How to use the SDXC card 64 or 128GB instead of SDHC card 32GB for High volume capacity.
QJ Wang :
TMS570 doesn't have a dedicated native SDCard interface. You can use SPI to interface with a SD Card if this SD card supports SPI mode.
I haven't tried a SDXC card on TMS570 HDK. I think it should work if it supports SPI mode.
Can you share me any support reference code for SDXC card code related to TMS570 HDK ?
Hi Santhosh,
Both SDHC and SDXC support SPI mode. They use the same SPI protocol.
SD card: Capacities range from 128MB to 2GB,
Format: FAT16
SD cards will work in all host devices that support SD, SDHC, or SDXC
SDHC card: Based on the SDA 2.0 specification.
Capacities range from 4GB to 32GB
File Format: FAT32
SDXC card: Based on the SDA 3.0 specification
Capacities range from 64GB to 2TB
Filet Format: exFAT
Because SDXC uses a different file system called exFAT and it works differently than standard SD cards and SDHC cards. We don't have example to reading and writing fro/to SDXC cards.
HI QJ Wang,
Can you share the library for SDXC card read and write which is used in any other MCU other than TMS570 .
Share me the link which TI MCU is used this library for SDXC ?
Thanks in advance.
Santhosh