Skip to content

Commit

Permalink
Fix heading
Browse files Browse the repository at this point in the history
  • Loading branch information
renakim committed Aug 2, 2023
1 parent 25bf605 commit 5da08d5
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WIZwiki 보드를 USB 케이블로 연결한다.
- EX) Hercules 등
- TCP/IP Client Server terminal 을 이용해 메시지 송수신에 사용

### Example Code
### Example Code

아래 페이지의 예제 코드를 사용한다.

Expand Down
36 changes: 18 additions & 18 deletions docs/Product/Open-Source-Hardware/WizFi360-EVB-Pico.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@ WizFi-EVB-Pico pinout is directly connected to the GPIO of RP2040 as shown in th

The RP2040 GPIO used inside WizFi360-EVB-Pico is as follows.

| I/O | Pin Name | Description |
| ---- | -------- | ---------------------------------------------- |
| O | GPIO4 | Connected to RXD1 on WizFi360 |
| I | GPIO5 | Connected to TXD1 on WizFi360 |
| O | GPIO6 | Connected to RTS1 on WizFi360 |
| I | GPIO7 | Connected to CTS1 on WizFi360 |
| O | GPIO20 | Connected to RST on WizFi360 |
| I | GPIO24 | VBUS sense - high if VBUS is present, else low |
| O | GPIO25 | Connected to user LED |
| I | GPIO29 | Used in ADC mode (ADC3) to measure VSYS/3 |
| I/O | Pin Name | Description |
| --- | -------- | ---------------------------------------------- |
| O | GPIO4 | Connected to RXD1 on WizFi360 |
| I | GPIO5 | Connected to TXD1 on WizFi360 |
| O | GPIO6 | Connected to RTS1 on WizFi360 |
| I | GPIO7 | Connected to CTS1 on WizFi360 |
| O | GPIO20 | Connected to RST on WizFi360 |
| I | GPIO24 | VBUS sense - high if VBUS is present, else low |
| O | GPIO25 | Connected to user LED |
| I | GPIO29 | Used in ADC mode (ADC3) to measure VSYS/3 |

Apart from GPIO and ground pins, there are 7 other pins on the main 40-pin interface:

| Pin No. | Pin Name | Description |
| ------- | -------- | ------------------------------------------------------------ |
| PIN40 | VBUS | Micro-USB input voltage, connected to micro-USB port pin 1. Nominally 5V. |
| Pin No. | Pin Name | Description |
| ------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| PIN40 | VBUS | Micro-USB input voltage, connected to micro-USB port pin 1. Nominally 5V. |
| PIN39 | VSYS | Main system input voltage, which can vary in the allowed range 4.3V to 5.5V, and is used by the on-board LDO to generate the 3.3V . |
| PIN37 | 3V3_EN | Connects to the on-board LDO enable pin. To disable the 3.3V (which also de-powers the RP2040 and WizFi360), short this pin low. |
| PIN36 | 3V3 | Main 3.3V supply to RP2040 and WizFi360, generated by the on-board LDO. |
| PIN35 | ADC_VREF | ADC power supply (and reference) voltage, and is generated on WizFi360-EVB-Pico by filtering the 3.3V supply. |
| PIN33 | AGND | Ground reference for GPIO26-29. |
| PIN30 | RUN | RP2040 enable pin, To reset RP2040, short this pin low. |
| PIN37 | 3V3_EN | Connects to the on-board LDO enable pin. To disable the 3.3V (which also de-powers the RP2040 and WizFi360), short this pin low. |
| PIN36 | 3V3 | Main 3.3V supply to RP2040 and WizFi360, generated by the on-board LDO. |
| PIN35 | ADC_VREF | ADC power supply (and reference) voltage, and is generated on WizFi360-EVB-Pico by filtering the 3.3V supply. |
| PIN33 | AGND | Ground reference for GPIO26-29. |
| PIN30 | RUN | RP2040 enable pin, To reset RP2040, short this pin low. |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ multi-selected but has priority as shown below.
1. Serial data can be collected according to the setting (character,
size, or time) and be sent together.

#### 6\) Timer interval
#### 6\) Timer interval

- **Inactivity Timer**
- **Range: 0 \~ 65535 / Unit: seconds**
Expand Down
2 changes: 1 addition & 1 deletion docs/Product/S2E-Module/WIZ550SR/Datasheet-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Source Current</td>
![WIZ550SR Ref Schematic](/img/products/wiz550sr/wiz550sr_ds/wiz550sr_v1.0_ref_sch.png)

- WIZ550SR Ref Schematic : <a href="/img/products/wiz550sr/wiz550sr_ds/wiz550sr_v100_ref_sch_160526.pdf" target="_blank">Download</a>
### WIZ550SR Schematic
### WIZ550SR Schematic
- WIZ550SR V1.0 Schematic : <a href="/img/products/wiz550sr/wiz550sr_ds/wiz550sr_sch_v100.zip" target="_blank">Download(Altium)</a>
* WIZ550SR V1.0 Schematic : <a href="/img/products/wiz550sr/wiz550sr_ds/wiz550sr_sch_v100.pdf" target="_blank">Download(PDF)</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/Product/S2E-Module/WIZ550SR/Datasheet-KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Source Current</td>

- WIZ550SR Ref Schematic : <a href="/img/products/wiz550sr/wiz550sr_ds/wiz550sr_v100_ref_sch_160526.pdf" target="_blank">Download</a>

### WIZ550SR Schematic
### WIZ550SR Schematic

- WIZ550SR V1.0 Schematic : <a href="/img/products/wiz550sr/wiz550sr_ds/wiz550sr_sch_v100.zip" target="_blank">Download(Altium)</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/Product/S2E-Module/WIZ750SR/Command-Manual-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ Return value</th>
1. The received serial data is collected until the designated character
is received and will be sent all together via Ethernet.

### Options
### Options

-----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ section are available below.
2. If user has used either WIZ107/108SR, the same program can be used
for WIZ750SR.

#### 1\) Device Search
#### 1\) Device Search

- Searches for WIZ750SR on the same network.
- Search can be done via [UDP
Expand Down Expand Up @@ -237,7 +237,7 @@ The serial debug message is printed via separate Debug UART and not Data UART, a
3. Difference between WIZ107/108SR is the addition of BOOT and UDP
mode.

### 3\. Network Configuration Tab
### 3\. Network Configuration Tab

| |
| ----------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Configuration tool 상단에 위치하며, 제품의 검색 / 펌웨어 업로
2. 기존 제품 사용자의 경우, 하나의 설정 프로그램으로 WIZ750SR 제품과 WIZ107/108SR 제품을 함께 제어 할 수
있습니다.

#### 1\) Device Search
#### 1\) Device Search

- 동일 네트워크 상에 연결된 WIZ750SR 장치를 검색합니다.
- [UDP Broadcast](https://en.wikipedia.org/wiki/Broadcasting_\(networking\))\[1\]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ multi-selected but has priority as shown below.
1. Serial data can be collected according to the setting (character,
size, or time) and be sent together.

#### 6\) Timer interval
#### 6\) Timer interval

- **Inactivity Timer**
- **Range: 0 \~ 65535 / Unit: seconds**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Configuration tool 상단에 위치하며, 제품의 검색 / 펌웨어 업로

3. 개발 버전의 경우, dev가 추가됩니다. 안정화 완료 버전(stable version) 펌웨어의 경우 별도의 표기 없이 버전만 표시되며, 제품의 동작 안정성을 위해 안정화 버전의 사용을 권장합니다. 예) 개발 버전: v1.0.0dev, 안정화 버전: v1.0.0

#### 2) Search identification code
#### 2) Search identification code

- **범위 및 구분: 최대 8-byte의 문자열**
- Default: Null (사용하지 않음)
Expand Down Expand Up @@ -455,7 +455,7 @@ Configuration tool 상단에 위치하며, 제품의 검색 / 펌웨어 업로

1. 시리얼 데이터의 수신 시 **'지정 시간', '지정 크기', '특정 문자'**를 기준으로 데이터를 모아 전송 할 수 있습니다.

#### 6\) Timer interval
#### 6\) Timer interval

- **Inactivity timer**
- **범위: 0 \~ 65535, 단위: 초(second)**
Expand Down
4 changes: 2 additions & 2 deletions docs/Product/S2E-Module/WIZ750SR/Users-Manual-KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ WIZ750SR 제품 IP 주소의 초기 설정 값

5. 예) KT 등의 인터넷 서비스 제공자(Internet Service Provider; ISP)로 부터 IP를 할당 받는 경우

### 포트 번호 설정
### 포트 번호 설정

포트 번호는 전송 계층 프로토콜 중 TCP와 UDP에서 사용되는 논리적 통신 연결단으로, 각 포트는 번호로 구분 되기에 포트 번호로 불립니다. IANA\[1\]에서 관리되며 IP 주소와 함께 쓰여 프로토콜(Protocol)과 응용(Application)을 구분하는데 사용됩니다.

Expand Down Expand Up @@ -334,7 +334,7 @@ Flow control disabled</td>
1. 시리얼 데이터의 수신 시 **'지정 시간', '지정 크기', '특정 문자'**를 기준으로 데이터를 모아 전송 할 수
있습니다.

### 비활성 타이머
### 비활성 타이머

- **범위: 0 \~ 65535, 단위: 초(second)**
- Default: 0 (사용하지 않음)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Protocol and other public function modules.
: Describes SECBOOT functions and usages for designer and developer.
- <a href="/img/products/wizfi360/board/wizfi360sdk/wm_w60x_swd_debugging_guide_v1.4.pdf" target="_blank">SWD Debugging Guide V1.4</a>
: Describes chip on-line debug configuration under KEIL IDE.
## Chip vendor original page
## Chip vendor original page

![](/img/products/w5500/w5500_evb/icons/link.png)
🌎[W600](http://www.winnermicro.com/en/html/1/156/158/497.html) :
Expand Down

0 comments on commit 5da08d5

Please sign in to comment.