USB device stack - STM32U5xx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-06 7:23 AM
Hello, I wonder if it exists a basic example or application note illustrating how to configure the USB_OTG peripheral (host mode) of Stm32u5xx mcu as virtual port.
"Device USB" is anymore available under Middleware in STM32CubeMx and the USBx stack is integrated with Azure that is excluded from my application as customer prefers FreeRTOS.
Thank you for giving me some hints
Solved! Go to Solution.
- Labels:
-
STM32U5 series
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-06 1:28 PM
Hi @ilariari​
You can refer to this example in github : https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main/Projects/NUCLEO-U575ZI-Q/Applications/USB_Device/CDC_Standalone
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-06 1:28 PM
Hi @ilariari​
You can refer to this example in github : https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main/Projects/NUCLEO-U575ZI-Q/Applications/USB_Device/CDC_Standalone
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-07 1:42 AM
Thank you Mohamed, i'll try to implement your suggestion!
Best regards
Ilaria
