cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use the same USB hub schematic from STM32MP1 for STM32MP2?

DMårt
Lead

In STM32MP1, there is an USB hub for 4 USB-A connectors. The hub is Microchip USB2514B. Were 4 means "4 ports".

In STM32MP2, there is an USB too, for 2 USB-A connectors. The hub is Microchip USB2412B. Were 2 means "2 ports".

According to AN5489, it says at 8.13 " Multiple hi-speed USB hosts using an external USB hub component is not described here.". So is that an answer for "yes, it's possible to use USB 2514B with STM32MP2"? 

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer

STM32MP257FAK3 custom board with STM64-OS as operating system: https://github.com/DanielMartensson/STM64-Computer
1 ACCEPTED SOLUTION

Accepted Solutions
PatrickF
ST Employee

Hi @DMårt ,

 

I see no blocking point to use whatever embedded HUB (like USB 2514B or else) on STM32MP2 platform, connected to USBH.

Just need to align Device Tree to the right external device in case there is SW configuration needs (e.g. I2C bus, reset signal, etc...).

Regards,

 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
PatrickF
ST Employee

Hi @DMårt ,

 

I see no blocking point to use whatever embedded HUB (like USB 2514B or else) on STM32MP2 platform, connected to USBH.

Just need to align Device Tree to the right external device in case there is SW configuration needs (e.g. I2C bus, reset signal, etc...).

Regards,

 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.