Non-volatile memory on ESP32-PICO-V3
Posted: Fri Dec 18, 2020 4:03 pm
Hello,
we are using the ESP32-PICO-V3 in our custom PCB and we would like to expand the amount of non-volatile memory available.
One option we are considering is to add an SD card.
In that case, is it possible to use for the SD card the same pins used for the internal flash?
Another option would be to use an external SPI flash memory.
I have two questions here:
1) again, can we use the same pins used for the internal flash?
2) what's the biggest flash size we can add?
Keep in mind that we don't want to extend the code space, we can use the internal 4MB flash for that. The external flash (or SD card) would be used only as non-volatile storage.
Thanks
we are using the ESP32-PICO-V3 in our custom PCB and we would like to expand the amount of non-volatile memory available.
One option we are considering is to add an SD card.
In that case, is it possible to use for the SD card the same pins used for the internal flash?
Another option would be to use an external SPI flash memory.
I have two questions here:
1) again, can we use the same pins used for the internal flash?
2) what's the biggest flash size we can add?
Keep in mind that we don't want to extend the code space, we can use the internal 4MB flash for that. The external flash (or SD card) would be used only as non-volatile storage.
Thanks