HAL_HCD_IRQHandler only happens once
Hi everyone.
We have run a project on discovery f746 board consist of FREE RTOS , emwin and fat fs sd card library,that it works fine.
Now we want to add USB OTG Host in FS mode to our project.
We tried to append configurations of MSC_Standalone sample to our project and unfortunately it didn't work.
We debugged the code and it seems &sharpifdef USE_USB_FS is not defined in our project.
Also after reset the board while the USB flash is connected to board interrupt of USB ( HAL_HCD_IRQHandler(&hhcd); ) happens one time and It does not happen anymore.
What should we do?
Any suggestions.
Thanks in advance!
#rtos #core #stm32-interrupt #host-driver #usb