Search found 6 matches

by haberturdeur
Mon Jun 22, 2026 8:50 am
Forum: ESP-IDF
Topic: ESP-IDF 6.0.1 unable to compike/build project useinf fatfs.
Replies: 1
Views: 67

Re: ESP-IDF 6.0.1 unable to compike/build project useinf fatfs.

Hi, sorry for the delayed response.

This seems like an error in the LVGL library, not ESP-IDF itself.

I would recommend switching to the POSIX FS driver and using ESP-IDFs vfs and fatfs support, if at all possible.
by haberturdeur
Wed Apr 30, 2025 6:48 am
Forum: ESP-IDF
Topic: uart vfs not working in 5.4
Replies: 5
Views: 436

Re: uart vfs not working in 5.4

Hi,
Just to clarify the rest of the data is lost fully, not just received in the next call to read?

I tried replicating your issue with the following code, but was unable to.

Does your code look something like this?


#include <stdio.h>
#include <inttypes.h>
#include "hal/uart_types.h"
#include ...
by haberturdeur
Thu Mar 27, 2025 7:27 am
Forum: General Discussion
Topic: Nvs Reading, writing and erasing in Bootloader
Replies: 1
Views: 425

Re: Nvs Reading, writing and erasing in Bootloader

Hi,

you can read from the NVS in bootloader (Docs, Example).

Unfortunately, writing or erasing NVS data from the bootloader is currently not supported.
by haberturdeur
Wed Feb 26, 2025 7:30 am
Forum: ESP-IDF
Topic: External NAND Flash with ESP32-C3
Replies: 7
Views: 3201

Re: External NAND Flash with ESP32-C3

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.
by 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: 2320

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

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.

Go to advanced search