Hi @B.Montanari I have merged https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main/Projects/NUCLEO-U575ZI-Q/Applications/USB_Device/HID_Standalone to Cube generated code to run in our board.I have managed to compile and run eve...
Thanks@B.Montanari for quick answer!Your assumption is correct, I am using STM32U575.Will USBX article work with STM32U575?We are planning to use HID profile and FreeRTOS. Which stack should we use, old one or USBX?
Hello @B.Montanari I am trying to do this with STM32U5 MCU.1) First problem is with CubeMX. STM32U5 does not have USB peripheral, it has USB_OTG_FS.--> I'll active it to Device_only mode2) Next problem:extern PCD_HandleTypeDef hpcd_USB_DRD_FS;--> Gen...