2025-02-24 11:11 AM
2025-02-24 11:58 AM
For whatever reason, I don't have the same memory initialization issues when I use a Nucleo-H533RE. I can't use my Nucleo-G431RB for testing, as it doesn't expose the USB port.
All said though, I never see the Zephyr USB-Device-Next stack initialize on the Nucleo-H533RE. When I use a Nordic nRF52840-DK, I can see the USB stack come online with:
usbd: msg_cb: USBD message: VBUS ready
However I don't get the same from my H533RE. From what I can tell, USBD never "really" starts up, though I don't see warnings or errors to say why.