Search found 4 matches

by some_engineer
Wed Aug 16, 2023 1:56 pm
Forum: ESP-IDF
Topic: ESP32-C3FH4 flash partition wear levelling
Replies: 2
Views: 650

Re: ESP32-C3FH4 flash partition wear levelling

I see, thank you for the answer. Good to know that it is NOR flash, somehow I couldn't not find any documentation on what type of flash is inside the SoC.
by some_engineer
Thu Aug 10, 2023 9:52 am
Forum: ESP-IDF
Topic: ESP32-C3FH4 flash partition wear levelling
Replies: 2
Views: 650

ESP32-C3FH4 flash partition wear levelling

Hi all, I have a need to create a separate 4KB flash partition for storing some data. This data is written only once during production flashing, and does not change over the lifetime of the device. I'm aware that there is wear leveling API for FATfs, and probably spiffs type partition also use some ...
by some_engineer
Fri May 26, 2023 1:53 pm
Forum: ESP-IDF
Topic: ESP-IDF 5.0 memory partition table requirements
Replies: 0
Views: 766

ESP-IDF 5.0 memory partition table requirements

Hey all, I have a project that is in ESP-IDF 4.4.3 currently. It is very likely that I will have to migrate it to ESP-IDF 5.0 when the product is already released (FW is upgradeable over WIFI OTA mechanism). Probably once i migrate to ESP-IDF 5.0 I will have to add Bluetooth features (so adding NimB...
by some_engineer
Thu Apr 27, 2023 10:14 am
Forum: ESP-IDF
Topic: ESP-IDF Bluedroid BLE certification
Replies: 0
Views: 593

ESP-IDF Bluedroid BLE certification

Hi all, Long shot, but does anyone have any info, whether the Bluedroid involved into a bluetooth qualification process? Current qualification is for Component type and is quite old ( https://launchstudio.bluetooth.com/ListingDetails/65413 ) There are some articles on the web saying that nimBLE was ...