-
class machine.I2C(I2Cn, MODE)
+
+
class machine.SPI(spi, mode, clk, [group])
Parameter:
@@ -79,7 +79,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
Parameter:
@@ -90,7 +90,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
Parameter:
@@ -119,7 +119,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -128,14 +128,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin4 |
pin1 |
pin3 |
pin2 |
- port1 |
+ spi1 |
pin58 |
pin61 |
pin59 |
@@ -147,7 +147,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -156,14 +156,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin134 |
pin133 |
pin132 |
pin131 |
- port1 |
+ spi1 |
pin26 |
pin27 |
pin24 |
@@ -175,7 +175,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -184,14 +184,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin58 |
pin61 |
pin59 |
pin60 |
- port1 |
+ spi1 |
pin4 |
pin1 |
pin3 |
@@ -203,7 +203,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -212,14 +212,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin58 |
pin61 |
pin59 |
pin60 |
- port1 |
+ spi1 |
pin4 |
pin1 |
pin3 |
@@ -231,7 +231,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -240,14 +240,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin25 |
pin26 |
pin27 |
pin28 |
- port1 |
+ spi1 |
pin105 |
pin104 |
pin107 |
@@ -259,7 +259,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -268,14 +268,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin31 |
pin30 |
pin32 |
pin33 |
- port1 |
+ spi1 |
pin52 |
pin53 |
pin50 |
@@ -287,7 +287,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -296,7 +296,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin6 |
pin5 |
pin4 |
@@ -308,7 +308,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -317,21 +317,21 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin25 |
pin26 |
pin27 |
pin28 |
- port1 |
+ spi1 |
pin41 |
pin40 |
pin64 |
pin65 |
- port2 |
+ spi2 |
pin19 |
pin18 |
pin23 |
@@ -343,8 +343,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
- Group |
+ SPI |
CS |
CLK |
MOSI |
@@ -353,40 +352,35 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
- group0 |
+ spi0 group0 |
pin25 |
pin26 |
pin27 |
pin28 |
- port0 |
- group1 |
+ spi0 group1 |
pin4 |
pin1 |
pin3 |
pin2 |
- port1 |
- group0 |
+ spi1 group0 |
pin4 |
pin1 |
pin3 |
pin2 |
- port1 |
- group1 |
+ spi1 group1 |
pin65 |
pin67 |
pin66 |
pin63 |
- port2 |
- NULL |
+ spi2 |
pin49 |
pin54 |
pin53 |
@@ -398,7 +392,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -407,14 +401,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin25 |
pin26 |
pin64 |
pin88 |
- port1 |
+ spi1 |
pin5 |
pin4 |
pin6 |
@@ -426,8 +420,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
- Group |
+ SPI |
CS |
CLK |
MOSI |
@@ -436,40 +429,35 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
- group0 |
+ spi0 group0 |
pin31 |
pin30 |
pin32 |
pin33 |
- port0 |
- group1 |
+ spi0 group1 |
pin52 |
pin53 |
pin50 |
pin51 |
- port1 |
- group0 |
+ spi1 group0 |
pin52 |
pin53 |
pin50 |
pin51 |
- port1 |
- group1 |
+ spi1 group1 |
pin69 |
pin68 |
pin85 |
pin84 |
- port2 |
- NULL |
+ spi2 |
pin76 |
pin77 |
pin78 |
@@ -481,8 +469,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
- Group |
+ SPI |
CS |
CLK |
MOSI |
@@ -491,40 +478,35 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
- group0 |
+ spi0 group0 |
pin31 |
pin30 |
pin32 |
pin33 |
- port0 |
- group1 |
+ spi0 group1 |
pin52 |
pin53 |
pin50 |
pin51 |
- port1 |
- group0 |
+ spi1 group0 |
pin52 |
pin53 |
pin50 |
pin51 |
- port1 |
- group1(EG810M_EU unsupported) |
+ spi1 group1(EG810M_EU unsupported) |
pin69 |
pin68 |
pin85 |
pin84 |
- port2 |
- NULL |
+ spi2 |
pin76 |
pin77 |
pin78 |
@@ -536,7 +518,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -545,14 +527,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin25 |
pin26 |
pin27 |
pin28 |
- port1 |
+ spi1 |
pin5 |
pin4 |
pin6 |
@@ -564,7 +546,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -573,14 +555,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin37 |
pin40 |
pin38 |
pin39 |
- port1 |
+ spi1 |
pin26 |
pin27 |
pin25 |
@@ -592,7 +574,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -601,14 +583,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin37 |
pin40 |
pin38 |
pin39 |
- port1 |
+ spi1 |
pin26 |
pin27 |
pin25 |
@@ -620,7 +602,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -629,14 +611,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0(EC600ECN_LE&LQ unsupported) |
+ spi0(EC600ECN_LE&LQ unsupported) |
pin65 |
pin67 |
pin66 |
pin64 |
- port1 |
+ spi1 |
pin69 |
pin71 |
pin70 |
@@ -648,7 +630,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -657,14 +639,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin28 |
pin39 |
pin29 |
pin38 |
- port1(EC800ECN_LE&LQ&CG unsupported) |
+ spi1(EC800ECN_LE&LQ&CG unsupported) |
pin52 |
pin53 |
pin50 |
@@ -676,7 +658,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -685,14 +667,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin4 |
pin1 |
pin3 |
pin2 |
- port1(EC800ECN_LE&LQ&CG unsupported) |
+ spi1(EC800ECN_LE&LQ&CG unsupported) |
pin53 |
pin52 |
pin54 |
@@ -704,7 +686,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -713,7 +695,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port1 |
+ spi1 |
pin79 |
pin101 |
pin100 |
@@ -725,7 +707,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -734,14 +716,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0(EG912UGLAA unsupported) |
+ spi0(EG912UGLAA unsupported) |
pin25 |
pin26 |
pin64 |
pin88 |
- port1 |
+ spi1 |
pin5 |
pin4 |
pin6 |
@@ -753,7 +735,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -762,14 +744,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port1 |
+ spi1 |
pin4 |
pin1 |
pin3 |
pin2 |
- port2 |
+ spi2 |
pin58 |
pin61 |
pin59 |
@@ -781,7 +763,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -790,21 +772,21 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin31 |
pin30 |
pin32 |
pin33 |
- port1 |
+ spi1 |
pin52 |
pin53 |
pin50 |
pin51 |
- port2 |
+ spi2 |
pin74 |
pin75 |
pin76 |
@@ -816,7 +798,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -825,21 +807,21 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin31 |
pin30 |
pin32 |
pin33 |
- port1 |
+ spi1 |
pin52 |
pin53 |
pin50 |
pin51 |
- port2 |
+ spi2 |
pin74 |
pin75 |
pin76 |
@@ -851,7 +833,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -860,7 +842,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin21 |
pin22 |
pin29 |
@@ -872,7 +854,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -881,7 +863,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin29 |
pin30 |
pin37 |
@@ -893,7 +875,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -902,7 +884,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin41 |
pin42 |
pin43 |
@@ -914,7 +896,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -923,7 +905,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin41 |
pin42 |
pin43 |
@@ -935,7 +917,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -944,7 +926,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin5 |
pin4 |
pin6 |
@@ -956,7 +938,7 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- PORT |
+ SPI |
CS |
CLK |
MOSI |
@@ -965,14 +947,14 @@ This class provides bus protocol of serial peripheral interface (SPI) .
- port0 |
+ spi0 |
pin49 |
pin29 |
pin101 |
pin28 |
- port1 |
+ spi1 |
pin52 |
pin53 |
pin50 |
diff --git a/zh/peripherals/machine.I2C.md b/zh/peripherals/machine.I2C.md
index 161c9eea31f5597c2e5f081762cb349c409914bc..76a145f6fe07d62e63a3caafba704a58d3cd9045 100644
--- a/zh/peripherals/machine.I2C.md
+++ b/zh/peripherals/machine.I2C.md
@@ -1076,6 +1076,37 @@ if __name__ == '__main__':
+
+
+
+ 常量 |
+ 说明 |
+
+
+
+
+ I2C.I2C0 |
+ I2C通路索引号: 0 |
+
+
+ I2C.I2C1 |
+ I2C通路索引号: 1 |
+
+
+ I2C.I2C2 |
+ I2C通路索引号: 2 |
+
+
+ I2C.STANDARD_MODE |
+ 标准模式 |
+
+
+ I2C.FAST_MODE |
+ 快速模式 |
+
+
+
+
diff --git a/zh/peripherals/machine.SPI.md b/zh/peripherals/machine.SPI.md
index 33e40923e017a860af9a34bc5fc5f594ec28c568..5f197d2e21b741a728863153aa4315a94f3f85bc 100644
--- a/zh/peripherals/machine.SPI.md
+++ b/zh/peripherals/machine.SPI.md
@@ -9,11 +9,11 @@
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -24,11 +24,11 @@
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -40,11 +40,11 @@
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -56,11 +56,11 @@
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -69,12 +69,12 @@
-
-
class machine.I2C(I2Cn, MODE)
+
+
class machine.SPI(spi, mode, clk, [group])
参数描述:
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -98,11 +98,11 @@
-
class machine.I2C(I2Cn, MODE)
+class machine.SPI(spi, mode, clk, [group])
参数描述:
时钟极性CPOL:即SPI空闲时,时钟信号SCLK的电平(0:空闲时低电平; 1:空闲时高电平)
0
:CPOL=0, CPHA=0
1
:CPOL=0, CPHA=1
2
:CPOL=1, CPHA=0
3
:CPOL=1, CPHA=1
@@ -113,7 +113,6 @@
-> 52MHz时钟频率对硬件要求较高。
**示例:**
@@ -130,7 +129,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -139,14 +138,14 @@
- port0 |
+ spi0 |
引脚4 |
引脚1 |
引脚3 |
引脚2 |
- port1 |
+ spi1 |
引脚58 |
引脚61 |
引脚59 |
@@ -158,7 +157,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -167,14 +166,14 @@
- port0 |
+ spi0 |
引脚134 |
引脚133 |
引脚132 |
引脚131 |
- port1 |
+ spi1 |
引脚26 |
引脚27 |
引脚24 |
@@ -186,7 +185,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -195,14 +194,14 @@
- port0 |
+ spi0 |
引脚58 |
引脚61 |
引脚59 |
引脚60 |
- port1 |
+ spi1 |
引脚4 |
引脚1 |
引脚3 |
@@ -214,7 +213,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -223,14 +222,14 @@
- port0 |
+ spi0 |
引脚58 |
引脚61 |
引脚59 |
引脚60 |
- port1 |
+ spi1 |
引脚4 |
引脚1 |
引脚3 |
@@ -242,7 +241,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -251,14 +250,14 @@
- port0 |
+ spi0 |
引脚25 |
引脚26 |
引脚27 |
引脚28 |
- port1 |
+ spi1 |
引脚105 |
引脚104 |
引脚107 |
@@ -270,7 +269,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -279,14 +278,14 @@
- port0 |
+ spi0 |
引脚31 |
引脚30 |
引脚32 |
引脚33 |
- port1 |
+ spi1 |
引脚52 |
引脚53 |
引脚50 |
@@ -298,7 +297,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -307,7 +306,7 @@
- port0 |
+ spi0 |
引脚6 |
引脚5 |
引脚4 |
@@ -319,7 +318,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -328,21 +327,21 @@
- port0 |
+ spi0 |
引脚25 |
引脚26 |
引脚27 |
引脚28 |
- port1 |
+ spi1 |
引脚41 |
引脚40 |
引脚64 |
引脚65 |
- SPI2 |
+ spi2 |
引脚19 |
引脚18 |
引脚23 |
@@ -354,8 +353,7 @@
- port通道 |
- Group |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -364,40 +362,35 @@
- port0 |
- group0 |
+ spi0 group0 |
引脚25 |
引脚26 |
引脚27 |
引脚28 |
- port0 |
- group1 |
+ spi0 group1 |
引脚4 |
引脚1 |
引脚3 |
引脚2 |
- port1 |
- group0 |
+ spi1 group0 |
引脚4 |
引脚1 |
引脚3 |
引脚2 |
- port1 |
- group1 |
+ spi1 group1 |
引脚65 |
引脚67 |
引脚66 |
引脚63 |
- SPI2 |
- NULL |
+ spi2 |
引脚49 |
引脚54 |
引脚53 |
@@ -409,7 +402,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -418,14 +411,14 @@
- port0 |
+ spi0 |
引脚25 |
引脚26 |
引脚64 |
引脚88 |
- port1 |
+ spi1 |
引脚5 |
引脚4 |
引脚6 |
@@ -437,8 +430,7 @@
- port通道 |
- Group |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -447,40 +439,35 @@
- port0 |
- group0 |
+ spi0 group0 |
引脚31 |
引脚30 |
引脚32 |
引脚33 |
- port0 |
- group1 |
+ spi0 group1 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- port1 |
- group0 |
+ spi1 group0 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- port1 |
- group1 |
+ spi1 group1 |
引脚69 |
引脚68 |
引脚85 |
引脚84 |
- SPI2 |
- NULL |
+ spi2 |
引脚76 |
引脚77 |
引脚78 |
@@ -492,8 +479,7 @@
- port通道 |
- Group |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -502,40 +488,35 @@
- port0 |
- group0 |
+ spi0 group0 |
引脚31 |
引脚30 |
引脚32 |
引脚33 |
- port0 |
- group1 |
+ spi0 group1 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- port1 |
- group0 |
+ spi1 group0 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- port1 |
- group1(EG810M_EU不支持) |
+ spi1 group1(EG810M_EU不支持) |
引脚69 |
引脚68 |
引脚85 |
引脚84 |
- SPI2 |
- NULL |
+ spi2 |
引脚76 |
引脚77 |
引脚78 |
@@ -547,7 +528,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -556,14 +537,14 @@
- port0 |
+ spi0 |
引脚25 |
引脚26 |
引脚27 |
引脚28 |
- port1 |
+ spi1 |
引脚5 |
引脚4 |
引脚6 |
@@ -575,7 +556,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -584,14 +565,14 @@
- port0 |
+ spi0 |
引脚37 |
引脚40 |
引脚38 |
引脚39 |
- port1 |
+ spi1 |
引脚26 |
引脚27 |
引脚25 |
@@ -603,7 +584,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -612,14 +593,14 @@
- port0 |
+ spi0 |
引脚37 |
引脚40 |
引脚38 |
引脚39 |
- port1 |
+ spi1 |
引脚26 |
引脚27 |
引脚25 |
@@ -631,7 +612,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -640,14 +621,14 @@
- port0(EC600ECN_LE&LQ不可用) |
+ spi0(EC600ECN_LE&LQ不可用) |
引脚65 |
引脚67 |
引脚66 |
引脚64 |
- port1 |
+ spi1 |
引脚69 |
引脚71 |
引脚70 |
@@ -659,7 +640,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -668,14 +649,14 @@
- port0 |
+ spi0 |
引脚28 |
引脚39 |
引脚29 |
引脚38 |
- port1(EC800ECN_LE&LQ&CG不可用) |
+ spi1(EC800ECN_LE&LQ&CG不可用) |
引脚52 |
引脚53 |
引脚50 |
@@ -687,7 +668,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -696,14 +677,14 @@
- port0 |
+ spi0 |
引脚4 |
引脚1 |
引脚3 |
引脚2 |
- port1(EC800ECN_LE&LQ&CG不可用) |
+ spi1(EC800ECN_LE&LQ&CG不可用) |
引脚53 |
引脚52 |
引脚54 |
@@ -715,7 +696,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -724,7 +705,7 @@
- port1 |
+ spi1 |
引脚79 |
引脚101 |
引脚100 |
@@ -736,7 +717,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -745,14 +726,14 @@
- port0(EG912UGLAA不可用) |
+ spi0(EG912UGLAA不可用) |
引脚25 |
引脚26 |
引脚64 |
引脚88 |
- port1 |
+ spi1 |
引脚5 |
引脚4 |
引脚6 |
@@ -764,7 +745,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -773,14 +754,14 @@
- port1 |
+ spi1 |
引脚4 |
引脚1 |
引脚3 |
引脚2 |
- SPI2 |
+ spi2 |
引脚58 |
引脚61 |
引脚59 |
@@ -792,7 +773,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -801,21 +782,21 @@
- port0 |
+ spi0 |
引脚31 |
引脚30 |
引脚32 |
引脚33 |
- port1 |
+ spi1 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- SPI2 |
+ spi2 |
引脚74 |
引脚75 |
引脚76 |
@@ -827,7 +808,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -836,21 +817,21 @@
- port0 |
+ spi0 |
引脚31 |
引脚30 |
引脚32 |
引脚33 |
- port1 |
+ spi1 |
引脚52 |
引脚53 |
引脚50 |
引脚51 |
- SPI2 |
+ spi2 |
引脚74 |
引脚75 |
引脚76 |
@@ -862,7 +843,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -871,7 +852,7 @@
- port0 |
+ spi0 |
引脚21 |
引脚22 |
引脚29 |
@@ -883,7 +864,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -892,7 +873,7 @@
- port0 |
+ spi0 |
引脚29 |
引脚30 |
引脚37 |
@@ -904,7 +885,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -913,7 +894,7 @@
- port0 |
+ spi0 |
引脚41 |
引脚42 |
引脚43 |
@@ -925,7 +906,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -934,7 +915,7 @@
- port0 |
+ spi0 |
引脚41 |
引脚42 |
引脚43 |
@@ -946,7 +927,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -955,7 +936,7 @@
- port0 |
+ spi0 |
引脚5 |
引脚4 |
引脚6 |
@@ -967,7 +948,7 @@
- port通道 |
+ SPI通道 |
CS引脚 |
CLK引脚 |
MOSI引脚 |
@@ -976,14 +957,14 @@
- port0 |
+ spi0 |
引脚49 |
引脚29 |
引脚101 |
引脚28 |
- port1 |
+ spi1 |
引脚52 |
引脚53 |
引脚50 |