2025-09-04 7:58 AM
Hello all -
I am attempting to upgrade an old design from an STM32f4 device to an STM32h753 device. The old design used the STM32_USB_OTG_Driver. It seems to appear that the OTG driver no longer exists for the STM32h753. Any ideas about how to upgrade the code to use the new processor with this driver issue in mind?
Thanks,
John
2025-09-04 9:59 AM
Is that from the Std Peripheral Library days? (Sorry, I'm having a hard time following all the history.) This *might* be of help?
It might be a smaller leap than going full HAL.
2025-09-04 11:17 AM
I didn't develop the original code so there's certain aspects of it I am uncertain of, so I am uncertain if it is from the Std Peripheral Library period of time. That example there doesn't seem to address OTG at all, so that's one aspect I am rather uncertain of. I'll see if I can glean anything from the example.