Yes, technically
There are three separate things conflated here:
- The protocol (the SD Physical Layer specification that applies - now up to v6.0) implemented by the SD to NAND flash controller chip
- The amount of NAND flash memory attached to the controller chip.
- The factory formatting of the card (FAT16/FAT32/exFAT)
The SD/SDHC/SDXC label is marketing that simplifies the above. The main differences are:
- SD: the original. FAT16 formatted. Can be up to 4GiB but in practice usually 2GB is the upper limit.
- SDHC: 4-32GiB. Some protocol changes (sec 4.2.3 and 4.3.14). Typically needs firmware changes (eg in a USB card reader) to support. FAT32 formatted. Most 4GB cards are SDHC, even though the spec says SD can be up to 4GiB.
- SDXC: exFAT formatted. No protocol changes I could see in the spec. Cards above 32GiB are SDXC.
In other words the hardware/firmware is the same for SDHC and SDXC, it's just the pre-written data that's different.
Now, there's no reason you couldn't fit a 2GiB flash chip to a SDHC controller, format it as exFAT and call it SDXC. You lose the ubiquity of FAT (users of exFAT have to pay a patent fee to Microsoft, hence it isn't so common) but the extra features of exFAT may make up for it. The SD Association might complain about confusing marketing if you tried to sell it, though.
That said, the formatting of the card is just a case of the data written to it in the factory. If you reformat a 2GB SD card to exFAT you achieve almost the same effect. Arguably it's better since it will work in some old card readers and such whose firmware doesn't support the SDHC protocol.
1Of course there could be a reason: speed and reliability. Nobody would pay for it probably though. – PlasmaHH – 2018-02-19T10:29:40.593
1@AlexanderKosubek: Do cards that big exist? I'm not even sure I've seen SSDs that big... – user541686 – 2018-02-19T22:54:29.123
1@Mehrdad The largest SD card I was able to find was a 512 GB card, so we're getting there. 2 TB, and even 4 TB SSDs definitely exist. – jrh – 2018-02-20T03:12:48.523
2
@jrh: The weird thing is there's been news of this beast since 2009.
– user541686 – 2018-02-20T03:57:52.003Some fake SDs already pretend 2 TB. – neverMind9 – 2018-02-20T07:45:35.417
1
@Mehrdad I don't know if they exist, but they are specified like this. Sandisk tells us, that the "SDA 3.0"-spec based SDXC has from 64 GB to 2 TB capacity.
– I'm with Monica – 2018-02-20T09:58:27.9572My first comment, asking if theTechLord had "2 GB" confused with "2 TB" was based on a misunderstanding: I didn't initially realize, that the question was about if a newer standard card could have a lower capacity and still be compliant to the newer specs. - So, my apologies! - I posted a new comment to clarify on @Mehrdad's f-up, though. – I'm with Monica – 2018-02-20T10:03:54.550
@AlexanderKosubek I should have said 1 GB pr 4 GB instead. Or 256MB. 2GB was just a sample size. – neverMind9 – 2018-02-21T14:06:54.860
I just re-inforced the clarification. – neverMind9 – 2018-02-21T14:09:15.123