Skip to content

Latest commit

 

History

History
133 lines (98 loc) · 3.56 KB

nrf52833_dk.rst

File metadata and controls

133 lines (98 loc) · 3.56 KB

Nordic nRF52833-DK

Platform :ref:`platform_nordicnrf52`: The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor and are the most capable Bluetooth Smart SoCs on the market.

Microcontroller NRF52833
Frequency 64MHz
Flash 512KB
RAM 128KB
Vendor Nordic

Please use nrf52833_dk ID for :ref:`projectconf_env_board` option in :ref:`projectconf`:

[env:nrf52833_dk]
platform = nordicnrf52
board = nrf52833_dk

You can override default Nordic nRF52833-DK settings per build environment using board_*** option, where *** is a JSON object path from board manifest nrf52833_dk.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:nrf52833_dk]
platform = nordicnrf52
board = nrf52833_dk

; change microcontroller
board_build.mcu = nrf52833

; change MCU frequency
board_build.f_cpu = 64000000L

Nordic nRF52833-DK supports the following uploading protocols:

  • blackmagic
  • cmsis-dap
  • jlink
  • mbed
  • nrfjprog
  • stlink

Default protocol is jlink

You can change upload protocol using :ref:`projectconf_upload_protocol` option:

[env:nrf52833_dk]
platform = nordicnrf52
board = nrf52833_dk

upload_protocol = jlink

:ref:`piodebug` - "1-click" solution for debugging with a zero configuration.

Warning

You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.

You can switch between debugging :ref:`debugging_tools` using :ref:`projectconf_debug_tool` option in :ref:`projectconf`.

Nordic nRF52833-DK has on-board debug probe and IS READY for debugging. You don't need to use/buy external debug probe.

Compatible Tools On-board Default
:ref:`debugging_tool_blackmagic`    
:ref:`debugging_tool_cmsis-dap` Yes  
:ref:`debugging_tool_jlink` Yes Yes
:ref:`debugging_tool_stlink`    
Name Description
:ref:`framework_zephyr` The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind