2021-07-15 10:43 AM
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.
Solved! Go to Solution.
2021-07-29 06:56 AM
Hello @NBaro.1 ,
You need to set the hhcd.Init.Sof_enable parameter to 1 in the usbd_conf.c file to enable the sof interrupt.
Please let me know if this solved your problem.
BeST Regards,
Walid
2021-07-29 06:56 AM
Hello @NBaro.1 ,
You need to set the hhcd.Init.Sof_enable parameter to 1 in the usbd_conf.c file to enable the sof interrupt.
Please let me know if this solved your problem.
BeST Regards,
Walid