Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tusb_msc Sample fails when GPIO4 is low (IDFGH-9472) #10837

Closed
3 tasks done
franz-ms-muc opened this issue Feb 24, 2023 · 3 comments
Closed
3 tasks done

tusb_msc Sample fails when GPIO4 is low (IDFGH-9472) #10837

franz-ms-muc opened this issue Feb 24, 2023 · 3 comments
Labels
Status: Opened Issue is new

Comments

@franz-ms-muc
Copy link
Contributor

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/device/tusb_msc

This Sample runs fine on all Devices, unless GPIO4 is pulled low.

if we release GPIO4 then USB Device appears,
if we pull it to low again it disappears again.

@franz-ms-muc
Copy link
Contributor Author

#10727

@espressif-bot espressif-bot added the Status: Opened Issue is new label Feb 24, 2023
@github-actions github-actions bot changed the title tusb_msc Sample fails when GPIO4 is low tusb_msc Sample fails when GPIO4 is low (IDFGH-9472) Feb 24, 2023
@franz-ms-muc
Copy link
Contributor Author

Resolved: with commit Meisterschulen-am-Ostbahnhof-Munchen/tusb_msc@c839a1a

@esp-saurabhbansal
Copy link
Contributor

Hello,

Just for your information, We have recently released USB Device MSC driver. Please check if it is useful to you. We highly appreciate the feedback.

The driver makes ESP based device recognizable by USB-hosts as a USB Mass Storage Device.
It either allows the embedded application to access the partition or Host PC accesses the partition over USB MSC. They can't be allowed to access the partition at the same time.

The driver supports storage media of two types:

  1. SPI Flash
  2. SD MMC Card

Driver can be found here.
Sample application can be found here.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants