2024-10-04 03:03 AM
Hello,
I have seen that ST provides the USB_Device legacy library which uses the OTG_FS peripheral for the NUCLEO-U575ZI-Q: https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main. In my case I am using the STM32U5G9J-DK2 evaluation board, so when I generate a project in Cube, it generates the OTG_HS peripheral which is based on USBx. Does ST provide any CDC Standalone example with the OTG_HS peripheral as we have in the STM32H7 or STM32F4, and thus follow the same dynamics as in other microcontrollers and not having to use the USBx package generated by Cube?
Thanks,
Enaitz.
2024-10-07 03:29 AM
Hi @EnaitzO
Projects in this package are not generated with STM32CubeMX (i.e., no .ioc files are delivered).
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.