Search found 2 matches

by ESP_haberturdeur
Fri Jan 24, 2025 7:37 am
Forum: ESP-IDF
Topic: Best Practice to Implement a Circular Logger on Internal Flash
Replies: 2
Views: 1440

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...
by ESP_haberturdeur
Thu Dec 12, 2024 10:21 am
Forum: ESP-IDF
Topic: LVGL cannot resolve libpng and FatFS
Replies: 2
Views: 889

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.