Quick question:
If I have fatfs initialized in my CMake file as this:
fatfs_create_spiflash_image(storage ../store FLASH_IN_PROJECT)
Why can I not use:
esp_vfs_fat_spiflash_mount_ro(BASE_PATH, "storage", &esp_vfs_fat_mount_config);
Every time I try this message is received:
vfs_fat_spiflash ...
Search found 2 matches
- Tue Apr 22, 2025 2:48 pm
- Forum: ESP-IDF
- Topic: FATFS Question
- Replies: 1
- Views: 93
- Fri Aug 20, 2021 4:55 pm
- Forum: Hardware
- Topic: ESP32-WROOM Question
- Replies: 1
- Views: 2002
ESP32-WROOM Question
Hello we are currently using the ESP32-WROOM-32D in a device this device was developed a few years ago. This device is also still in production I was wondering if the ESP32-WROOM-32E would be a drop in replacement. I have already double checked the pinouts of the two modules and the only difference ...