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