# TYPE-C Elementary Guide 2 ## 大綱 ### USB Type-C and Power Delivery 1.Type-C port and PD Architecture 2.PD Packet (Extended and Chunk)Format 3.Physical Layer 4.Protocol Layer 5.PD Process # Type-C port and PD Architecture 傳統的USB接口只容許提供最大7.5W功率,USB Type-C則容許提供高達5V/3A即15W的最大功率。 採用PD(Power Delivery)電源傳輸協定,電壓電流指標更可以提升到20V/5A即100W的最大功率 (PD 3.1, EPR function 可以達到240W (48V 5A)) PD也執行角色交換(Swap)功能以及透過Alternate Mode來使用side-band channel(SBU)。最新的PD3.0相較於PD2.0多了下列功能: 1.移除BFSK功能 2.定義只能VCONN Source才能跟纜線(e-Mark)溝通(SOP’、 SOP’’) 3.可以透過AMS來避免衝突 4.在Data payload新增Extended Message 5.新增Fast Role Swap動作 6.支援可編程電源供應(Programmable Power Supplies, PPS) 7.支援USB Security 8.支援USB PD firmware update :::info 補充 EPR: Extend Power Range BFSK: Binary Frequency Shift Keyed (用兩個離散的頻率分別代表不同的二進制訊號(0和1),利用頻率差異的訊號來傳送資料) SOP:纜線對面的裝置 SOP’:纜線上較靠近自己的E-Marker SOP’’:纜線上較遠離自己的E-Marker AMS: Atomic Message Sequence(一個固定的資訊序列,一般作為PE_SRC_Ready, PE_SNK_Ready or PE_CBL_Ready的開始或者結束) :::