版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xuweiwei1860/article/details/53347956
usb 的phy 协议发展历程
UTMI

  • UTMI USB 2.0 Transceiver Macrocell Interace*
    usb-phy
    defines an interface between two IP blocks: the USB Transceiver Macrocell (IP) and the USB Link layer (SIE). The UTMI interface provides functionality for USB peripherals only, not for USB hosts or On-The-Go.
    UTMI+

adds host and On-The-Go capabilities to the USB system.

UTMI+ incrementally adds new functionality and interface signals to the Link and PHY.
协议升级到UTMI+之后UTMI就被定义为UTMI LEVEL0
usb-phy
ULPI: UTMI+ Low Pin Interface**

The ULPI specification reduces the Link to PHY interface to 12 or 8 signals, with support for all the features needed by USB peripherals, hosts, and OTG. The result is a package size as small as 32 pins or less, compared with 64 to 80 pins for UTMI+.usb-phy
如何区分

一般来说如果芯片的usb phy封装在芯片内,基本采用UTMI+的接口。不封装到芯片内的一般采用ULPI接口,这样可以降低pin的数量。

相关文章:

  • 2021-04-15
  • 2021-10-06
  • 2021-12-10
  • 2021-12-22
  • 2021-06-15
  • 2021-12-20
  • 2022-12-23
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2021-07-02
  • 2021-07-05
  • 2021-08-30
  • 2021-07-26
相关资源
相似解决方案