Mipi-csi2 初探

Overview of CSI-2

The CSI-2 Specification defines standard data transmission and control interfaces between transmitter and  receiver. Two high-speed serial data transmission interface options are defined.

 

CSI-2 Layer Definitions

 

 

 

PHY layer

The Link includes a High-Speed signaling(高速模式) mode for fast-data traffic and a Low-Power signaling(低速模式) mode for control purposes. Optionally, a Low-Power Escape mode can be used for low speed asynchronous data communication.

低速模式用于低速的异步通信。

High speed data communication appears in bursts with an arbitrary number of payload data bytes.

高速模式用于大数据传输。

  D-PHY有两种传输模式:

  (1) HS 高速传输模式,用于传输突发数据,同步传输,信号为差分信号,电平范围为100mv-300mv,传输速度范围是80-1000Mbps。在该模式下传输时,当正端接收到300m V,负端接收到100m V 时接收端识别为1.反之则识别为0.

  (2) LP 低功耗模式,用于传输控制指令,异步传输,信号线为单端,电平范围是0-1.2v,没有用时钟线,时钟是通过两个数据线异或而来的,速度只有10Mbps。在该模式下传输时,当差分线正端收到 1.2V 信号,负端收到 0V信号时,这时接收端识别为 1。反之为0。

Csi-2的物理层每个lane的原理图:

 

Csi-2的物理层的电平定义:

 

Low Level Protocol

 

 

 

 

结合mipi low level protocol的图例,可以看到,csi-2底层的传输过程和DVP传输有很大相似。

 

参考官方规格书:

MIPI Alliance Specification for D-PHY.pdf

mipi_CSI-2_specification_v2-1-2018.pdf

 

发布了129 篇原创文章 · 获赞 322 · 访问量 49万+

猜你喜欢

转载自blog.csdn.net/seek_0380/article/details/105356917
今日推荐