Go to file
pvvx 29095ab30e add OpenOCD 2016-09-14 15:50:38 +03:00
.settings initial 2016-09-13 12:31:00 +03:00
lib add 2016-09-13 16:53:42 +03:00
openocd add OpenOCD 2016-09-14 15:50:38 +03:00
.cproject initial 2016-09-13 12:31:00 +03:00
.gitignore initial 2016-09-13 12:31:00 +03:00
.project initial 2016-09-13 12:31:00 +03:00
LICENSE initial 2016-09-13 12:31:00 +03:00
Makefile initial 2016-09-13 12:31:00 +03:00
README.md initial 2016-09-13 12:31:00 +03:00
main.c initial 2016-09-13 12:31:00 +03:00
main_frd.c add 2016-09-13 16:53:42 +03:00
rtl8710_flash_boot.s initial 2016-09-13 12:31:00 +03:00

README.md

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