add to readme and hex files
This commit is contained in:
1366
hex/blinky_nrf52_rtscts_115200.hex
Normal file
1366
hex/blinky_nrf52_rtscts_115200.hex
Normal file
File diff suppressed because it is too large
Load Diff
1358
hex/blinky_nrf52_rtscts_1M.hex
Normal file
1358
hex/blinky_nrf52_rtscts_1M.hex
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,5 +5,11 @@ bash erase_all.sh -i swd0
|
||||
bash flash.sh -i swd0 -f blinky_nrf52dongl_no_bootloader.hex
|
||||
|
||||
# hex
|
||||
number in hexfile is uart baud rate
|
||||
- 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
|
||||
- blinky_nrf52_rtscts_115200.hex blinky with uart terminal with flow control
|
||||
- blinky_nrf52_rtscts_1M.hex blinky with uart terminal with flow control
|
||||
|
||||
# connect with minicom
|
||||
- minicom -D /dev/ttyAMA2 -b 1000000 -s
|
||||
Reference in New Issue
Block a user