mirror of
https://github.com/pvvx/RTL00_HelloWorld.git
synced 2024-11-22 04:24:16 +00:00
24 lines
276 B
Markdown
24 lines
276 B
Markdown
# RTL-00 Test Hello World
|
|
RTL8710 OpenOCD J-Link/STlink
|
|
## pins:
|
|
* UART RX: GB0
|
|
* UART TX: GB1
|
|
* LED: GC4
|
|
* SWDIO: GE3
|
|
* SWCLK: GE4
|
|
## building:
|
|
```
|
|
make
|
|
```
|
|
## testing in ram:
|
|
```
|
|
make test
|
|
```
|
|
## flashing:
|
|
```
|
|
make flash
|
|
```
|
|
## reset:
|
|
```
|
|
make reset
|
|
```
|