Applications for the ``raytac_mdbt50q_db_33_nrf52833`` board configuration can be
Applications for the ``raytac_mdbt50q_db_33/nrf52833`` board configuration can be
built, flashed, and debugged in the usual way. See :ref:`build_an_application` and
:ref:`application_run` for more details on building and running.
..note::
Flashing and Debugging Zephyr onto the raytac_mdbt50q_db_33_nrf52833 board
Flashing and Debugging Zephyr onto the raytac_mdbt50q_db_33/nrf52833 board
requires an external J-Link programmer. The programmer is attached to the J1
or J9 SWD connector.
@ -149,7 +149,7 @@ applications as usual (see :ref:`build_an_application` and
@@ -149,7 +149,7 @@ applications as usual (see :ref:`build_an_application` and
Here is an example for the :ref:`hello_world` application.
Use a USB to TTL converter to connect the computer and raytac_mdbt50q_db_33_nrf52833
Use a USB to TTL converter to connect the computer and raytac_mdbt50q_db_33/nrf52833
J10 connector. Then run your favorite terminal program to listen for output.
..code-block:: console
@ -163,13 +163,13 @@ Then build and flash the application in the usual way.
@@ -163,13 +163,13 @@ Then build and flash the application in the usual way.
..zephyr-app-commands::
:zephyr-app:samples/hello_world
:board:raytac_mdbt50q_db_33_nrf52833
:board:raytac_mdbt50q_db_33/nrf52833
:goals:build flash
Debugging
=========
The ``raytac_mdbt50q_db_33_nrf52833`` board does not have an on-board-J-Link debug IC,
The ``raytac_mdbt50q_db_33/nrf52833`` board does not have an on-board-J-Link debug IC,
however, instructions from the :ref:`nordic_segger` page also apply to this board.
Use the Debug out connector of nRF52x DK to connect to the J1 connector, and use SEGGER
J-Link OB IF to debug.
@ -187,7 +187,7 @@ the board are working properly with Zephyr:
@@ -187,7 +187,7 @@ the board are working properly with Zephyr:
You can build and flash the examples to make sure Zephyr is running correctly on
your board. The button and LED definitions can be found in