Skip to content

nRF5340-DK

lbuild module: modm:board:nrf5340-dk

Nordic Semiconductor nRF5340 Development Kit.

This BSP supports both cores and Board::initialize() configures the selected core with these settings:

  • Application core target: nrf5340-xxaa@app
  • 128MHz CPU clock frequency.
  • MODM_LOGGER initialized at 115.2kBaud on UARTE1 (P1.01 TX, P1.00 RX).
  • Owns LED1/LED2 and Button1/Button2.
  • Transfers selected GPIO ownership to the network core.

  • Network core target: nrf5340-xxaa@net

  • 64MHz CPU clock frequency.
  • MODM_LOGGER initialized at 115.2kBaud on UARTE0 (P0.20 TX, P0.22 RX).
  • Owns LED3/LED4 and Button3/Button4.

The default board core in board.xml is the application core (nrf5340-xxaa@app). To use this board with the network core you must inherit and then overwrite the the modm:target with nrf5340-xxaa@net.

Product Link

This module is only available for nrf53.

Dependencies

modm:board:nrf5340-dk modm_board_nrf5340_dk modm: board: nrf5340-dk modm_debug modm: debug modm_board_nrf5340_dk->modm_debug modm_platform_clock modm: platform: clock modm_board_nrf5340_dk->modm_platform_clock modm_platform_core modm: platform: core modm_board_nrf5340_dk->modm_platform_core modm_platform_gpio modm: platform: gpio modm_board_nrf5340_dk->modm_platform_gpio modm_platform_hfclk modm: platform: hfclk modm_board_nrf5340_dk->modm_platform_hfclk modm_platform_uarte_0 modm: platform: uarte: 0 modm_board_nrf5340_dk->modm_platform_uarte_0 modm_platform_uarte_1 modm: platform: uarte: 1 modm_board_nrf5340_dk->modm_platform_uarte_1 modm_platform_usb modm: platform: usb modm_board_nrf5340_dk->modm_platform_usb

Limited availability: Check with 'lbuild discover' if this module is available for your target!