cancel
Showing results for 
Search instead for 
Did you mean: 

USB_Device CDC_Standalone for STM32U5

EnaitzO
Associate II

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.

1 REPLY 1
FBL
ST Employee

Hi @EnaitzO 

Projects in this package are not generated with STM32CubeMX (i.e., no .ioc files are delivered).

Specific examples might not always be available for every board/configuration due to limited bandwidth. If you are facing an issue with your own application based on this firmware package, you can share it with us, and we can help you.

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.