Support for the nRF52840 DK. More...
Support for the nRF52840 DK.
On many (all?) nrf52840dk boards, the reset pin is not configured out-of-the box. This means, that simply nothing happens if the RESET pin is pressed. To change this, RIOT provides a little tool in dist/tools/nrf52_resetpin_cfg
.
Simply compile, flash, and run that tool on your board, and the reset pin should work for the time being.
See the Flashing
section in nRF52 common.
The STDIO is directly accessible via the USB port. On a Linux host, it's generally mapped to /dev/ttyACM0
.
Use the term
target to connect to the board serial port
Files | |
file | arduino_iomap.h |
Mapping from MCU pins to Arduino pins. | |
file | board.h |
Board specific configuration for the nRF52840 DK. | |
file | periph_conf.h |
Peripheral configuration for the nRF52840 DK. | |