My cohorts and I at the Rockbox project have been reading with interest the announcement at the recent CES of the new SDXC standard for Secure Digital storage, but have been left a little mystified as to the technical differences between the SDHC standard and the new SDXC one.

As we understand it, there is no technical limitation within SDHC that prevents card sizes of greater than 32GB. The only limit is artificial (i.e. it's written down in the standard). The technical limit of SDHC is the same as that announced as the official limit for SDXC which is 2TB.

Does anyone know if SDXC is just an official ratification of SDHC beyond 32GB, or is it actually a completely different implementation?

We're keen to make sure our SD drivers can read and write to these new cards, but details on the standard are hard to find at the moment (without signing an NDA with the SD organisation at any rate, and we're not about to do that).

Thanks for any info!

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

From everything I've read (and no, I'm not privy to any NDA-covered info), it looks to be a incompatible on a HW-level.

Apparent Word of God says nothing else than "nya-nya, you need all new devices to use SDXC!". IMHO

link|improve this answer
feedback

I know this topic is old, but it still showed up in my search, as it is still a relevant question today: many devices list a maximum size of memory cards of 32GB, based on the SDHC specifications, while some devices in practice do work with 64GB SDXC cards, although they may have to be reformatted to FAT32 (used on SDHC) in stead of exFAT (used on SDXC, proprietary format). I base this on this wikipedia article: https://en.wikipedia.org/wiki/Secure_Digital

An example of devices that list as SDHC compatible but that accept 64GB SDXC as well are certain Android smartphones: http://forum.xda-developers.com/showthread.php?t=1389359

To get back to the question (and summarize the wikipedia article): the difference seems to be software based. An SDHC-compatible device may work with SDXC cards, if the device's OS can handle volumes larger than 32GB, and it may be necessary to reformat the SDXC card to FAT32.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.