File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
SPI
2
2
===
3
3
4
+ .. |br | raw :: html
5
+
6
+ <br>
7
+
8
+ SPI Port Mapping
9
+ ----------------
10
+
11
+ GSM (MT2503, MT6261) and NB-IoT (MT2625) chipset supported modules expose only one
12
+ I2C port. Following is the pin mapping for SPI Port 0.
13
+
14
+ +---------+------------------+-----------+-----------------+-----------+------------+------------+
15
+ | SPI Pin | MC20U Pin | M56 Pin | MC60 Pin | M66 Pin | BC20 Pin | SIM868 |
16
+ | | |br | S20U Pin | | |br | MC20 Pin | | | Pin |
17
+ +=========+==================+===========+=================+===========+============+============+
18
+ | MISO | Pin 61 | Pin 15 | Pin 61 | Pin 31 | Pin 61 | Pin 41 |
19
+ +---------+------------------+-----------+-----------------+-----------+------------+------------+
20
+ | MOSI | Pin 60 | Pin 16 | Pin 60 | Pin 33 | Pin 60 | Pin 42 |
21
+ +---------+------------------+-----------+-----------------+-----------+------------+------------+
22
+ | CLK | Pin 62 | Pin 18 | Pin 62 | Pin 32 | Pin 62 | Pin 7 |
23
+ +---------+------------------+-----------+-----------------+-----------+------------+------------+
24
+ | CS | Pin 59 | Pin 4 | Pin 59 | Pin 30 | Pin 59 | Pin 5 |
25
+ +---------+------------------+-----------+-----------------+-----------+------------+------------+
26
+
27
+
4
28
API Reference
5
29
-------------
6
30
You can’t perform that action at this time.
0 commit comments