2025-10-06 6:19 PM
I've been able to get USB Host working on Nucleo F767I board, but I can seem to get it working on STM32WBA65RI part. I've tried the following two boards combinations:
I've tried the following projects:
I've done all my builds (both the working F767 and failing STM32WBA) using STM32CubeIDE. I've been able to build, flash, and debug into the executable in all cases.
A fresh clone of STM32CubeWBA from github, I see the expected printed out:
USB Host library started.
Starting HID Application
Connect your HID Device
**** USB OTG HS in HID Host ****
However, plugging devices in CN9, does not result in them getting detected. Placing a breakpoint on _ux_hcd_stm32_interrupt_handler does not appear that it ever gets called.