nRF52840-DK¶
lbuild config: modm:nrf52840-dk
Nordic Semiconductor nRF52840 Development Kit.
This BSP Board::initialize() sets the board up with these settings:
- 64MHz CPU clock frequency.
- SysTick configured for the selected system clock.
- MODM_LOGGER initialized at 115.2kBaud on UARTE0 (
P0.06TX,P0.08RX). - Four active-low LEDs on
P0.13..P0.16. - Four active-low buttons on
P0.11,P0.12,P0.24, andP0.25with pull-ups.
Configuration¶
<library>
<options>
<option name="modm:target">nrf52840-xxaa</option>
</options>
<modules>
<module>modm:board:nrf52840-dk</module>
</modules>
</library>