USB Stack Continuous Interrupt

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Stack Continuous Interrupt

1,803 Views
aniketmarkande
Contributor III

Hi,

I am using KSDK 1.3 USB host(hub) Stack for MSD. Whenever hub is connected, it gives interrupt continuously, causing all time spent in ISR only.

Is this correct behavior? or is there any way to have interrupt only when status on the USB is changed (like USB stick is attached or detached)?

Help needed, URGENT.

Thank you :smileyhappy:

Regards,

Aniket

3 Replies

1,616 Views
jorge_a_vazquez
NXP Employee
NXP Employee

Hi Aniket Markande

This is an expected behavior. When you are going to use a hub in Host mode, host need to keep checking all the devices to locate any change in the status, so, in order to do this, it will continuously trigger interrupts to check all connections and detect any change. Unfortunately there is no way to change a USB Host to have Asynchronous interrupts when you are using a Hub.

Hope it helps, sorry for the inconveniences that this may cause you.

Best Regards

Jorge Alcala

1,616 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Can you tell us the device that you are using?

regards

Vicente Gomez

0 Kudos
Reply

1,616 Views
aniketmarkande
Contributor III

TWR-K22F120M

0 Kudos
Reply