Page 1 of 1

esp-serial-flasher issues

Posted: Wed Aug 13, 2025 3:16 pm
by username
Using ESP-IDF v5.5, with Visual Studio Code.
I am trying to get the example " Flashing Multiple Partitions over USB CDC ACM Interface " to compile.
When I open the ESP Registry in VSC i am presented with this.
Screenshot 2025-08-13 101317.png
Screenshot 2025-08-13 101317.png (99.95 KiB) Viewed 105 times

It does create the new project but does not compile. It defaults to the ESP32 (which is strange because that does not have USB).
When I try to change it to ESP-32-S3 it gives this error.

Screenshot 2025-08-13 101601.png
Screenshot 2025-08-13 101601.png (43.67 KiB) Viewed 105 times

What is the trick to get this example working ?