Search found 1 match

by texruska
Fri May 19, 2023 3:48 pm
Forum: ESP-IDF
Topic: ESP32S2 - TinyUSB MSC Issue (from example)
Replies: 0
Views: 796

ESP32S2 - TinyUSB MSC Issue (from example)

I'm using ESP-IDF v5 and I'm trying to reproduce the USB MSC example (https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/device/tusb_msc) I've managed to pinpoint my issue to this line (tusb_cfg is identical to the example code): tinyusb_driver_install(&tusb_cfg); When I call ...