2025-02-17 6:36 PM
Hello everyone...
I have issue after transmitting data to usb in host CDC the main function will not executes but it will executes after 20 micro Sec i don't know which is causing my main function to stop it's execution, I am using USB host fs with touch gfx, timer. I have enabled the timer interrupt to interrupt for every 500 ms, the main while loop will executes correctly untill the usb data transmitted to device after that the timer ISR and this function static void HCD_HC_IN_IRQHandler (HCD_HandleTypeDef *hhcd, uint8_t chnum) will executes one after another continuous ( I have checked by changing the interrupt priority also)and making main while loop to stop it's execution I don't know after transmitting usb data why it is happening like this any solution please let me know, and there is no reference for this issue