Search found 1 match
- Tue Feb 07, 2023 9:47 am
- Forum: ESP-IDF
- Topic: ESP32-S2 usb peripheral
- Replies: 0
- Views: 671
ESP32-S2 usb peripheral
Hello! Early using STM32 USB Host for work and all is good. My value of parament bInterval == 0xFF and type == USB_TRANSFER_TYPE_INTR https://www.keil.com/pack/doc/mw/USB/html/_u_s_b__endpoint__descriptor.html https://www.beyondlogic.org/usbnutshell/usb5.shtml 321.PNG Today my code is ported to ESP3...