Page 1 of 1

Flahs programming with ESP32-C3-MINI

Posted: Tue May 10, 2022 7:05 am
by terryl12
Hi,

I need to use a micro-controller to program the flash which in ESP32-C3-MINI1. Do it have related documents which can be referred?
Image

Re: Flahs programming with ESP32-C3-MINI

Posted: Tue May 10, 2022 7:44 am
by ESP_Sprite
Normally, you'd use esptool.py (included in esp-idf) to flash the flash chip using a PC. However, if you need something embedded to do the flashing, there's esp-serial-flasher, an embeddable library you can use for this.