User Activity

I am attempting to send data in bulk, 64 bytes at a time for every SOF interrupt, however I don't see how to enable the interrupt.I attempted defining USE_HAL_PCD_REGISTER_CALLBACKS as 1, but that doesn't seem to trigger the SOF interrupt.
Context: I'm porting code from an old STM32F4 to a ST32H7 for USB FS.In the old code, Handle_USBAsynchXfer is used to transfer large amounts of data 64 bytes at a time.Now that I am using STM32CubeIDE, I don't see HandleUSBAsynchXfer, but I do see CD...
Kudos from