Hi,
there is a official driver for NAND flashes: https://components.espressif.com/compon ... nand_flash
Depending on your flash model, this might work out of the box.
If that doesn't help, could you please post the model of your Flash, so we can assist you further?
Thank you.
Search found 3 matches
- Wed Feb 26, 2025 7:30 am
- Forum: ESP-IDF
- Topic: External NAND Flash with ESP32-C3
- Replies: 7
- Views: 1086
- Fri Jan 24, 2025 7:37 am
- Forum: ESP-IDF
- Topic: Best Practice to Implement a Circular Logger on Internal Flash
- Replies: 2
- Views: 1666
Re: Best Practice to Implement a Circular Logger on Internal Flash
If you want circular buffer, going directly to the flash would probably be easiest. However it might be beneficial to go through FATFS, or other FS simply for host compatibility. What to look out for: Don't use raw flash directly, use idf provided Wear_leveling component, or implement some other wea...
- Thu Dec 12, 2024 10:21 am
- Forum: ESP-IDF
- Topic: LVGL cannot resolve libpng and FatFS
- Replies: 2
- Views: 1103
Re: LVGL cannot resolve libpng and FatFS
Hi,
could you please post link to your repo/minimal setup, so we can better help you.
Thank you.
could you please post link to your repo/minimal setup, so we can better help you.
Thank you.