What does "EHCI HUB functionality limitation" mean?

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

What does "EHCI HUB functionality limitation" mean?

跳至解决方案
1,467 次查看
evgenyerlihman
Contributor IV

Hello,

I am reading through the release notes of MQX4.2. And in the known issues and limitations i see:

"The HUB functionality of the EHCI is not fully supported (dynamically attach/detach is not supported). This issue will be fixed in upcoming releases."

What exactly does this mean? That attaching/detaching a USB HUB any time after reboot wont work properly?

Thanks,

Evgeny

标签 (1)
标记 (3)
1 解答
1,215 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Evgeny:

There are two usb stacks in MQX4.2, one is legacy usb stack, the other is USB_V2.

This limitation applies for the legacy USB stack. And I don't think this issue would be fixed in the legacy USB stack. In the stack v2.0, this issue is fixed.

This issue scenario is hot plug with HUB would cause the host malfunction due to the incomplete machine state implementation in the HUB class, you would find some issues with hub hot plug.

Regards

Daniel

在原帖中查看解决方案

3 回复数
1,216 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Evgeny:

There are two usb stacks in MQX4.2, one is legacy usb stack, the other is USB_V2.

This limitation applies for the legacy USB stack. And I don't think this issue would be fixed in the legacy USB stack. In the stack v2.0, this issue is fixed.

This issue scenario is hot plug with HUB would cause the host malfunction due to the incomplete machine state implementation in the HUB class, you would find some issues with hub hot plug.

Regards

Daniel

1,215 次查看
evgenyerlihman
Contributor IV

Hi Daniel,

Just to be sure, is USB stack v2 backward compatible?

Thanks,

Evgeny

0 项奖励
回复
1,215 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Evgeny:

No, USB stack V2 is a new design

Regards

Daniel