USB Stack Continuous Interrupt

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

USB Stack Continuous Interrupt

1,797 次查看
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 回复数

1,610 次查看
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,610 次查看
vicentegomez
NXP TechSupport
NXP TechSupport

Can you tell us the device that you are using?

regards

Vicente Gomez

0 项奖励
回复

1,610 次查看
aniketmarkande
Contributor III

TWR-K22F120M

0 项奖励
回复