RTL00_HelloWorld/README.md
2016-09-13 12:31:00 +03:00

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
```