added some missing NRF52 scripts for flashing and fixed baudrate to be 115200
This commit is contained in:
parent
dbcb985457
commit
8cefc3ea39
2
arch/cpu/nrf52832/erase.jlink
Normal file
2
arch/cpu/nrf52832/erase.jlink
Normal file
@ -0,0 +1,2 @@
|
||||
erase
|
||||
q
|
4
arch/cpu/nrf52832/flash.jlink
Normal file
4
arch/cpu/nrf52832/flash.jlink
Normal file
@ -0,0 +1,4 @@
|
||||
loadfile #OUTPUT_FILENAME#
|
||||
r
|
||||
g
|
||||
q
|
@ -195,7 +195,7 @@
|
||||
#if (UART0_ENABLED == 1)
|
||||
#define UART0_CONFIG_HWFC NRF_UART_HWFC_DISABLED
|
||||
#define UART0_CONFIG_PARITY NRF_UART_PARITY_EXCLUDED
|
||||
#define UART0_CONFIG_BAUDRATE NRF_UART_BAUDRATE_38400
|
||||
#define UART0_CONFIG_BAUDRATE NRF_UART_BAUDRATE_115200
|
||||
#define UART0_CONFIG_PSEL_TXD 6
|
||||
#define UART0_CONFIG_PSEL_RXD 8
|
||||
#define UART0_CONFIG_PSEL_CTS 7
|
||||
|
Loading…
Reference in New Issue
Block a user