Hi all,
I am currently working on usb gadget related stuff in cortex a53 processor. In sdp_init function frequently calling usb_gadget_interrupt() function but udc_irq() not called frequently. it is called only once but even udc status has been enabled by itself after that board has been restarting but it should call udc_irq() function. what is the issue?
Thanks.
Solved! Go to Solution.
It was resolved
Thank you.