ESP32-S2 usb peripheral
Posted: Tue Feb 07, 2023 9:47 am
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/ht ... iptor.html
https://www.beyondlogic.org/usbnutshell/usb5.shtml
Today my code is ported to ESP32-S2 and I am facing USB CDC HOST issue because my current values are USB component is not supported.
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/ht ... iptor.html
https://www.beyondlogic.org/usbnutshell/usb5.shtml
Today my code is ported to ESP32-S2 and I am facing USB CDC HOST issue because my current values are USB component is not supported.