2023-02-06 07: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.
2023-02-06 01: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
2023-02-06 01: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
2023-02-07 01:42 AM
Thank you Mohamed, i'll try to implement your suggestion!
Best regards
Ilaria