STM32H750B-DK OTG_FS Device: can't get embedded DP pullup to turn on
I've generated a CubeMX project for a mass storage class device and can't seem to get the OTG_FS embedded pullup on DP to engage. I've enabled VBUS sensing, and can confirm that the code initially does a soft disconnect (OTG_DCTL->SDIS = 1) then a co...