Hey,
I am working on my project. So, I need to store data to my SDXC card as I need a high speed card. SDXC cards supports exFAT (File system) instead of FAT16 or FAT32. Is there any way to interface with SPI using SDXC and Arduino UNO.
Thanks.
Hey,
I am working on my project. So, I need to store data to my SDXC card as I need a high speed card. SDXC cards supports exFAT (File system) instead of FAT16 or FAT32. Is there any way to interface with SPI using SDXC and Arduino UNO.
Thanks.
Using an Arduino UNO, the SD-card won't be the limiting factor.
Even the slowest SD-card is much, much faster than what the arduino Uno can muster.
// Per.
Also exFAT is not supported, at least from what I know about existing libraries. A driver for such filesystem isn't ported yet for a reason (maybe legal, maybe complexity or RAM limitations, who knows...).
Zapro:
Using an Arduino UNO, the SD-card won't be the limiting factor.Even the slowest SD-card is much, much faster than what the arduino Uno can muster.
// Per.
Thank you
Maybe look here: GitHub - greiman/SdFs: Arduino FAT16/FAT32/exFAT Library