atomic14 / atomic14/esp32-sdcard-msc
Windows Error - "Please insert a disk into USB Drive (E:)"
- Dominant language
- C++
- Stars
- 33
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Must preface this with the fact that I'm a ESP32 newbie. It was actually your wonderful videos/projects that inspired me to start tinkering with the board.
Anyway, following the fix in issue 1 (HWCDC Serial and USBCDC Serial conflict) of:
; make sure serial output works
; -DARDUINO_USB_MODE
; -DARDUINO_USB_CDC_ON_BOOT
; prevent hardware serial being used - we'll use USB serial
-DNO_GLOBAL_SERIAL
This allows the code to flash to my ESP32 S3, but upon pressing the reset button to try it out, Windows throws a repeating error message/sound of "Please insert a disk into USB Drive (E:)"
I'm unsure if I've done something wrong/missed something else in the code and would appreciate any help/advice for a fix.
Thanks in advance!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the configuration from issue 1, especially the ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT, and NO_GLOBAL_SERIAL settings, then reproduce the behavior by flashing the ESP32 S3 and pressing reset. There are no files or tests named; done would mean the reset no longer causes Windows to repeatedly report that a disk must be inserted into USB Drive (E:).
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino, cpp
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100