Skip to content

Latest commit

 

History

History
127 lines (91 loc) · 3.46 KB

mimxrt1050_evk.rst

File metadata and controls

127 lines (91 loc) · 3.46 KB

NXP i.MX RT1050 Evaluation Kit

Platform :ref:`platform_nxpimxrt`: The i.MX RT series of crossover processors features the Arm Cortex-M core, real-time functionality and MCU usability at a cost-effective price.

Microcontroller MIMXRT1052DVL6B
Frequency 600MHz
Flash 8MB
RAM 32MB
Vendor NXP

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

[env:mimxrt1050_evk]
platform = nxpimxrt
board = mimxrt1050_evk

You can override default NXP i.MX RT1050 Evaluation Kit settings per build environment using board_*** option, where *** is a JSON object path from board manifest mimxrt1050_evk.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:mimxrt1050_evk]
platform = nxpimxrt
board = mimxrt1050_evk

; change microcontroller
board_build.mcu = mimxrt1052dvl6b

; change MCU frequency
board_build.f_cpu = 600000000L

NXP i.MX RT1050 Evaluation Kit supports the following uploading protocols:

  • blackmagic
  • jlink
  • mbed

Default protocol is mbed

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

[env:mimxrt1050_evk]
platform = nxpimxrt
board = mimxrt1050_evk

upload_protocol = mbed

: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`.

NXP i.MX RT1050 Evaluation Kit 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_jlink` Yes Yes
Name Description
:ref:`framework_mbed` Arm Mbed OS is a platform operating system designed for the internet of things
:ref:`framework_zephyr` Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures