boards/raytac/mdbt53v_db_40/doc/index.rst
.. zephyr:board:: raytac_mdbt53v_db_40
Overview
Raytac MDBT53V-DB-40 demo board is a development board based on the Raytac MDBT53V-1M module, using Nordic Semiconductor nRF5340 ARM Cortex-M33 SoC. Its design concept is to connect all of the module's pins to 2.54mm pin headers. It is convenient for developers to verify whether the modules are connected to other peripheral devices or sensors as a tool for software development.
The nRF5340 inside the MDBT53V-1M module is a dual-core SoC based on the Arm® Cortex®-M33 architecture, with:
The raytac_mdbt53v_db_40_nrf5340_cpuapp build target provides support for the application core on the nRF5340 SoC. The raytac_mdbt53v_db_40_nrf5340_cpuapp build target provides support for the network core on the nRF5340 SoC.
nRF5340 SoC provides support for the following devices:
ADC (Analog to Digital Converter)GPIO (General Purpose Input Output)IDAU (Implementation Defined Attribution Unit)I2C (Inter-Integrated Circuit)MPU (Memory Protection Unit)NVIC (Nested Vectored Interrupt Controller)PWM (Pulse Width Modulation)RTC (nRF RTC System Clock)SPI (Serial Peripheral Interface)UARTE (Universal asynchronous receiver-transmitter)WDT (Watchdog Timer)More information about the board can be found at the MDBT53V-DB-40 website.
The MDBT53V-DB-40 Specification contains the demo board's datasheet.
The MDBT53V-DB-40 Schematic_ contains the demo board's schematic.
Hardware
.. zephyr:board-supported-hw::
See MDBT53V-DB-40 website_ and MDBT53V-DB-40 Specification_
for a complete list of Raytac MDBT53V-DB-40 board hardware features.
IDAU_) on the application core.
The IDAU is implemented with the System Protection Unit and is used to
define secure and non-secure memory maps. By default, all of the memory
space (Flash, SRAM, and peripheral address space) is defined to be secure
accessible only.Programming and Debugging
.. zephyr:board-supported-runners::
nRF5340 application core supports the Armv8-M Security Extension. Applications built for the raytac_mdbt53v_db_40_nrf5340_cpuapp board by default boot in the Secure state.
nRF5340 network core does not support the Armv8-M Security Extension. nRF5340 IDAU may configure bus accesses by the nRF5340 network core to have Secure attribute set; the latter allows to build and run Secure only applications on the nRF5340 SoC.
Applications for the raytac_mdbt53v_db_40_nrf5340 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_mdbt53v_db_40_nrf5340 board requires an external J-Link programmer. The programmer is attached to the J1 or J9 SWD connector.
Follow the instructions in the :ref:nordic_segger page to install
and configure all the necessary software. Further information can be
found in :ref:nordic_segger_flashing. Then build and flash
applications as usual (see :ref:build_an_application and
:ref:application_run for more details).
Here is an example for the :zephyr:code-sample:hello_world application.
Use a USB to TTL converter to connect the computer and raytac_mdbt53v_db_40_nrf5340 J13 connector pin 8(RX), 9(TX) and GND. Then run your favorite terminal program to listen for output.
.. code-block:: console
$ minicom -D <tty_device> -b 115200
Replace :code:<tty_device> with the port where the USB to TTL converter
can be found. For example, under Linux, :code:/dev/ttyUSB0.
Then build and flash the application in the usual way.
.. zephyr-app-commands:: :zephyr-app: samples/hello_world :board: raytac_mdbt53v_db_40_nrf5340 :goals: build flash
The raytac_mdbt53v_db_40_nrf5340 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.
References
.. target-notes::
.. _IDAU: https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau .. _MDBT53V-DB-40 website: https://www.raytac.com/product/ins.php?index_id=140 .. _MDBT53V-DB-40 Specification: https://www.raytac.com/download/index.php?index_id=62 .. _MDBT53V-DB-40 Schematic: https://www.raytac.com/upload/catalog_b/f2c33d52dca8cd6546c95938bc0cb295.jpg .. _J-Link Software and documentation pack: https://www.segger.com/jlink-software.html