Skip to content

Commit da59b21

Browse files
committed
Update W55RP20-S2E SPI mode guide-en.md
1 parent e1c745c commit da59b21

13 files changed

+25
-24
lines changed

docs/Product/ioNIC/W55RP20/W55RP20-S2E/w55rp20-s2e-an-spi-mode-en.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ To transmit TCP or UDP data, follow these steps:
5353

5454
***NACK** : If the Master sends a Data Length exceeding 2048 bytes or if the Slave is not connected to a network, it responds with NACK (0x0B + 3 dummy bytes (0xFF)).
5555

56-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_data_frame1.png" height="180" /><br />
57-
Figure 1. SPI TX Data Frame ①<br />
58-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_data_frame2.png" height="180" /><br />
59-
Figure 2. SPI TX Data Frame ②<br />
56+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_data_frame1.png" height="180" /><br />
57+
*Figure 1. SPI TX Data Frame ①*
58+
59+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_data_frame2.png" height="180" /><br />
60+
*Figure 2. SPI TX Data Frame ②*
6061

6162
#### 4.1.2 RX Data Frame
6263

@@ -68,11 +69,11 @@ To receive TCP or UDP data, follow these steps:
6869
5. The Slave sends the data in the Data Phase.
6970
6. Upon completion, the SPI_INT signal is set to High.
7071

71-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_data_frame1.png" height="180" /><br />
72-
Figure 3. SPI RX Data Frame ①<br />
73-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_data_frame2.png" height="180" /><br />
74-
Figure 4. SPI RX Data Frame ②<br />
72+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_data_frame1.png" height="180" /><br />
73+
*Figure 3. SPI RX Data Frame ①*
7574

75+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_data_frame2.png" height="180" /><br />
76+
*Figure 4. SPI RX Data Frame ②*
7677

7778
### 4.2 Master AT CMD Frame
7879

@@ -88,11 +89,11 @@ To send an AT command, follow these steps:
8889

8990
**Note**: refer to the [AT Command Manual](./command-manual-en.md) document for details on the AT CMD format.
9091

91-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_atcmd_frame1.png" height="180" /><br />
92-
Figure 5. SPI AT CMD TX(SET) Frame ①
92+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_atcmd_frame1.png" height="180" /><br />
93+
*Figure 5. SPI AT CMD TX(SET) Frame ①*
9394

94-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_atcmd_frame2.png" height="180" /><br />
95-
Figure 6. SPI AT CMD TX(SET) Frame ②
95+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_atcmd_frame2.png" height="180" /><br />
96+
*Figure 6. SPI AT CMD TX(SET) Frame ②*
9697

9798
#### 4.2.2 AT CMD RX(GET) Frame
9899

@@ -105,11 +106,11 @@ To get an AT command response, follow these steps:
105106

106107
**Note**: refer to the [AT Command Manual](./command-manual-en.md) document for details on the AT CMD format.
107108

108-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_atcmd_frame1.png" height="180" /><br />
109-
Figure 7. SPI AT CMD RX(GET) Frame ①
109+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_atcmd_frame1.png" height="180" /><br />
110+
*Figure 7. SPI AT CMD RX(GET) Frame ①*
110111

111-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_atcmd_frame2.png" height="180" /><br />
112-
Figure 8. SPI AT CMD RX(GET) Frame ②
112+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_atcmd_frame2.png" height="180" /><br />
113+
*Figure 8. SPI AT CMD RX(GET) Frame ②*
113114

114115

115116
## 5. Operation
@@ -120,28 +121,28 @@ Figure 8. SPI AT CMD RX(GET) Frame ②
120121

121122
To transmit TCP or UDP DATA, proceed as followings.
122123

123-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_data_flowchart.png" width="180" /><br />
124-
Figure 9. SPI TX Data Operation Flowchart
124+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_data_flowchart.png" width="180" /><br />
125+
*Figure 9. SPI TX Data Operation Flowchart*
125126

126127
#### 5.1.2 RX Data Opertion
127128

128129
To receive TCP or UDP DATA, proceed as followings.
129130

130-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_data_flowchart.png" width="180" /><br />
131-
Figure 10. SPI RX Data Operation Flowchart
131+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_data_flowchart.png" width="180" /><br />
132+
*Figure 10. SPI RX Data Operation Flowchart*
132133

133134
### 5.2 AT CMD Operation
134135

135136
#### 5.1.1 AT CMD TX(SET) Opertion
136137

137138
To transmit AT commands, proceed as followings.
138139

139-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_tx_atcmd_flowchart.png" width="180" /><br />
140-
Figure 11. SPI AT CMD TX(SET) Operation Flowchart
140+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_tx_atcmd_flowchart.png" width="180" /><br />
141+
*Figure 11. SPI AT CMD TX(SET) Operation Flowchart*
141142

142143
#### 5.1.2 AT CMD RX(GET) Opertion
143144

144145
To receive AT commands, proceed as followings.
145146

146-
<img src="/img/osh/W55RP20/W55RP20-S2E/spi-mode/w55rp20-s2e_spi_rx_atcmd_flowchart.png" width="180" /><br />
147-
Figure 12. SPI AT CMD RX(GET) Operation Flowchart
147+
<img src="/img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_atcmd_flowchart.png" width="180" /><br />
148+
*Figure 12. SPI AT CMD RX(GET) Operation Flowchart*

0 commit comments

Comments
 (0)