Search found 4 matches

by ramidomays
Fri Mar 18, 2022 2:18 pm
Forum: ESP-IDF
Topic: accessing esp efuse mac functions in bootloader
Replies: 0
Views: 814

accessing esp efuse mac functions in bootloader

Hello, i was wondering if it was possible somehow to include the headers or component that allow me to access and read internal mac address of esp32 rev3 ;like : esp_base_mac_addr_get() I am using a the bootloader sub_project that i copied from components folder of IDF to my project's component. but...
by ramidomays
Wed Sep 23, 2020 1:00 pm
Forum: Report Bugs
Topic: Strange VFS behavior on WROVER-B 16MB flash
Replies: 0
Views: 3231

Strange VFS behavior on WROVER-B 16MB flash

Hello again , i posted this issue earlier but it wasn't explained and tested properly : now i want to explain a possible bug with WROVER board ( version 16MB flash) i am trying to use a simple SPIFFS / LittleFS application, here is the sketch void app_main() { esp_vfs_spiffs_conf_t conf1; conf1.base...
by ramidomays
Tue Sep 22, 2020 12:43 pm
Forum: ESP-IDF
Topic: SPIFFS/ LittleFS Partition not functional after First boot after flashing firmware/erase
Replies: 1
Views: 5430

Re: SPIFFS/ LittleFS Partition not functional after First boot after flashing firmware/erase

this is my code and the log : it cant format spiffs / littlefs before a hardware reset ( after erase and flash project ) ( sometimes without a flash erase, only project flash cause this ) esp_vfs_spiffs_conf_t conf1; conf1.base_path = "/w"; conf1.partition_label = "wifi1"; conf1.format_if_mount_fail...
by ramidomays
Tue Sep 22, 2020 10:10 am
Forum: ESP-IDF
Topic: SPIFFS/ LittleFS Partition not functional after First boot after flashing firmware/erase
Replies: 1
Views: 5430

SPIFFS/ LittleFS Partition not functional after First boot after flashing firmware/erase

Hello dear developers, this is my first post on this forum, i would really appreciate your help in my issue there is a key missing in my work and i seem not to find it with SPIFFS and littleFS i am using this port https://github.com/lorol/LITTLEFS i am on idf 4.1 release using Wrover-b 16MB flash i ...