2020-11-20 04:58 PM
I'm trying to figure out how to use the USB peripheral on a P-NUCLEO-WB55 board. I got two of the demo projects from STM32Cube_FW_WB_V1.10.0 built (HID_Standalone and MSC_Standalone) and loaded. I have confirmed that they're actually running (I can debug, single-step, etc., and I also added an LED toggle to confirm that the example is running), but when I attach the USB_USER port to the Mac that I'm developing on, no device is actually detected. If I plug into a Windows PC, it does seem to detect that something was plugged in, but I get an error message.
Is there any more description of how these are supposed to behave? Am I missing some important cache of documentation, or better USB examples for the STM32WB55? :)
Thanks!