FlexRay Wakeup Pattern
https://mp.weixin.qq.com/s/cCoxbiKBQ_-ZdYPwztvuYw
本文简单介绍FlexRay Wakeup Pattern波形图。
1. Wakeup Pattern
FlexRay控制器发送wakeup pattern时控制器TXD脚上的波形如下图:
其中包含16个wakeup symbol。具体发多少个wakeup pattern由参数pWakeupPattern控制,这里pWakeupPattern = 16。
2. Wakeup Symbol
Wakeup symbol的组成:
gdWakeupSymbolTxLow和gdWakeupSymbolTxIdle都是以gdBit(比特时长)为单位,分别定义了低段的时长和空闲段的时长。
-
gdWakeupSymbolTxIdle: Number of bits used by the node to transmit the ‘idle’ part of a wakeup symbol. The duration is equal to cdWakeupSymbolTxIdle。
-
gdWakeupSymbolTxLow: Number of bits used by the node to transmit the LOW part of a wakeup symbol. The duration is equal to cdWakeupSymbolTxLow。
-
cdWakeupSymbolTxLow: Duration of low phase of a transmitted wakeup symbol. Value: 6us。
-
cdWakeupSymbolTxIdle: Duration of the idle phase between two low phases inside a wakeup pattern. Value: 18us.
如果速率为10Mbps,那么gdBit为1us,gdWakeupSymbolTxLow = 6,gdWakeupSymbolTxIdle = 18,wakeup symbol的波形如下:
3. 总体波形图
FlexRay控制器发送wakeup pattern时,总体波形图:
其中:
1.只有在发送Low时,TXEN拉低使能。发送Idle时,TXEN未使能。
2.PHY会把TXD上发送的信号转发到RXD上。
https://mp.weixin.qq.com/s/cCoxbiKBQ_-ZdYPwztvuYw