This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32F10X ESOFM processing

Hello,
are you plan to fix error with processing ESOFM in usbd_STM32F103.c ?
Line 174 enable ESOFM interrupt ((USBD_P_SOF_Event != 0) ? CNTR_ESOFM : 0);
but not processing inside
void USB_LP_CAN1_RX0_IRQHandler(void) {
handler, so infinite interrupt on ESOF contidion.

Best regards

0