Hi community,
I got a Question, how to disable the VBUSERROR interrupt on am335x.
Is there any register i can set, or i need to ignore it?
Thanks for your help.
Best regards,
Markus
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
If you look at the Linux MUSB driver, drivers/usb/musb/musb_regs.h, register MUSB_INTRUSBE (0x0B) is for disabling/enabling MUSB interrupts, its bit7 is for VBUSERROR.
Not sure why you want to disable it, but in general it is not a good idea - this interrupt is used for monitoring VBUS condition.