-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
Feature RequestA request for a new featureA request for a new featurearea: USBUniversal Serial BusUniversal Serial Busplatform: STM32ST Micro STM32ST Micro STM32
Description
Hi,
The problem I encounter is not being able to compile the hid-mouse sample for the nucleo_wba65ri board.
I'm getting a lot of undefined references for usb functions.
These functions are defined in usb_dc_stm32.c, but the file doesn't get compiled, due to lack of a usbotg_hs dts node.
When I add the node (and the appropriate phy node), usb_dc_stm32.c gets compiled, but there are compilation issues such as: "implicit declaration of function 'LL_PWR_EnableVDDUSB'".
After reviewing the file it seems that it's not intended to be used with the stm32wba mcu family.
Please add support for USB OTG HS on stm32wba65Xi (to be used on nucleo_wba65ri board).
Thanks
Metadata
Metadata
Assignees
Labels
Feature RequestA request for a new featureA request for a new featurearea: USBUniversal Serial BusUniversal Serial Busplatform: STM32ST Micro STM32ST Micro STM32