Page 1 of 1

Maximum and mimumim SD card storage support by ESP32

Posted: Thu Mar 28, 2019 4:23 pm
by snahmad75
Hi,

I am using FAT

allocation_unit_size = 16 * 1024

https://docs.espressif.com/projects/esp ... fatfs.html


Sector size = 512

Maximum is

allocation_unit_size = 64 * 1024


What is maximum and mimum storage esp32 can mount and use.