ESP32-C3 able to run the DFU protocol?
Posted: Wed May 01, 2024 10:34 pm
by RalphD
In the VSC IDF terminal the command idf.py dfu is unknown when device target is set to esp32c3
Re: ESP32-C3 able to run the DFU protocol?
Posted: Thu May 02, 2024 12:20 am
by ESP_Sprite
That is because the -C3 doesn't support DFU. Only chips with an USB-OTG peripheral (at the moment of writing, that would be the -S2, -S3 and -P4) have that and support DFU.