@@ -53,10 +53,11 @@ To transmit TCP or UDP data, follow these steps:
53
53
54
54
*** 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)).
55
55
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 ②*
60
61
61
62
#### 4.1.2 RX Data Frame
62
63
@@ -68,11 +69,11 @@ To receive TCP or UDP data, follow these steps:
68
69
5. The Slave sends the data in the Data Phase.
69
70
6. Upon completion, the SPI_INT signal is set to High.
70
71
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 ①*
75
74
75
+ <img src =" /img/products/w55rp20-s2e/w55rp20-s2e_spi_rx_data_frame2.png " height =" 180 " /><br />
76
+ * Figure 4. SPI RX Data Frame ②*
76
77
77
78
### 4.2 Master AT CMD Frame
78
79
@@ -88,11 +89,11 @@ To send an AT command, follow these steps:
88
89
89
90
** Note** : refer to the [ AT Command Manual] ( ./command-manual-en.md ) document for details on the AT CMD format.
90
91
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 ①*
93
94
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 ②*
96
97
97
98
#### 4.2.2 AT CMD RX(GET) Frame
98
99
@@ -105,11 +106,11 @@ To get an AT command response, follow these steps:
105
106
106
107
** Note** : refer to the [ AT Command Manual] ( ./command-manual-en.md ) document for details on the AT CMD format.
107
108
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 ①*
110
111
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 ②*
113
114
114
115
115
116
## 5. Operation
@@ -120,28 +121,28 @@ Figure 8. SPI AT CMD RX(GET) Frame ②
120
121
121
122
To transmit TCP or UDP DATA, proceed as followings.
122
123
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*
125
126
126
127
#### 5.1.2 RX Data Opertion
127
128
128
129
To receive TCP or UDP DATA, proceed as followings.
129
130
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*
132
133
133
134
### 5.2 AT CMD Operation
134
135
135
136
#### 5.1.1 AT CMD TX(SET) Opertion
136
137
137
138
To transmit AT commands, proceed as followings.
138
139
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*
141
142
142
143
#### 5.1.2 AT CMD RX(GET) Opertion
143
144
144
145
To receive AT commands, proceed as followings.
145
146
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