ESP32 and USB-HS (ULPI)
Posted: Wed Nov 16, 2022 12:08 pm
Hello everyone.
I started research for USB HS (480 Mbit/s) implementation with ESP32.
As I know such chips as ESP32-S3 supports only USB-FS. I am able to attach such additional things as EZ-USB-FX3 platform, that provides USB-HS. But this solution is expensive enough and occupies much size on PCB.
I also has USB3300 ULPY - USBHS bridge, that is more simplest way. But it requires ULPI interface.
And as I know ESP32 doesn't support ULPI interface (unlike STM32, TI chips and etc).
I think this is a serious omission.
I tried to implement ULPI in ESP32 with some other ways, but it requires 60 MHz clk synchro pin, the way that I cannot solve.
Does Espressif plans to implement ULPI support in future?
What the easiest way (and cheap) for connection with USB-HS and ESP32?
Others platforms from STM, TI , Microchip supports this, but ESP still not, that is sad omission .
Thanks.
I started research for USB HS (480 Mbit/s) implementation with ESP32.
As I know such chips as ESP32-S3 supports only USB-FS. I am able to attach such additional things as EZ-USB-FX3 platform, that provides USB-HS. But this solution is expensive enough and occupies much size on PCB.
I also has USB3300 ULPY - USBHS bridge, that is more simplest way. But it requires ULPI interface.
And as I know ESP32 doesn't support ULPI interface (unlike STM32, TI chips and etc).
I think this is a serious omission.
I tried to implement ULPI in ESP32 with some other ways, but it requires 60 MHz clk synchro pin, the way that I cannot solve.
Does Espressif plans to implement ULPI support in future?
What the easiest way (and cheap) for connection with USB-HS and ESP32?
Others platforms from STM, TI , Microchip supports this, but ESP still not, that is sad omission .
Thanks.