add a working blinky example with gpio uart

This commit is contained in:
2025-04-08 18:44:49 +02:00
parent b5c746f388
commit a8743edc4d
4 changed files with 2730 additions and 2464 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,4 +2,8 @@
bash erase_all.sh -i swd0
# flash
bash flash.sh -i swd0 -f blinky_nrf52dongl_no_bootloader.hex
bash flash.sh -i swd0 -f blinky_nrf52dongl_no_bootloader.hex
# hex
- blinky_nrf52dongle_no_bootloader.hex is blinky without a bootloader
- blinky_nrf52dongle_gpio_uart.hex is blinky with uart terminal on P0.13 and P0.15