Skip to content

STM32: USB OTG HS on stm32wba65Xi (nucleo_wba65ri board) #90008

@yoss49

Description

@yoss49

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions