0

I'm attempting to run the Tiny USB MSC example (Provided in the ESP-IDF github repository), and it doesn't appear to work.

Initially, the example flashes, but only outputs the below and hangs on 'waiting for download', instead of the expected output outlined in https://github.com/espressif/esp-idf/blob/master/examples/peripherals/usb/device/tusb_msc/README.md

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x0 (DOWNLOAD(USB/UART0))
Saved PC:0x40047bd1
waiting for download

There is no output present in dmesg

Why exactly is the expected output not occurring, and how can I fix it?

1
  • 1
    Your ESP32 is in download mode - this is the mode where software is flashed to it. It's not actually running your program. I have no idea if you actually successfully flashed the code to it. You need to go back, carefully follow the instructions on how to flash it and read all the output from the flashing process. Commented Dec 11, 2025 at 1:45

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.