STM32H7 USB Full Speed SOF interrupt. I used the CDC class as a template to implement a cusom vendor class. It seems to me that the Start of Frame interrupt never fires. How do I enable it?
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.
