Difference between revisions of "i.MX8M"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The '''NXP i.MX8M''' is a embedded multicore processor consisting of one Cortex-M4 and four Cortex-A53. == Debugging == J-Link supports debugging for the Cortex-M4....")
 
 
Line 8: Line 8:
 
=== Reset ===
 
=== Reset ===
 
J-Link currently does not support device reset.
 
J-Link currently does not support device reset.
  +
  +
==Example Application==
  +
The following example projects were created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the M4 core of the MIMX8MQ5 MCU. It is a simple counting loop.
  +
  +
'''SETUP'''
  +
*J-Link software: V7.62
  +
*Embedded Studio: V5.70a
  +
*Hardware: MIMX8MQ5 MCU
  +
*Link: [[File:NXP_MIMX8MQ5_M4.zip]]

Latest revision as of 12:42, 16 February 2022

The NXP i.MX8M is a embedded multicore processor consisting of one Cortex-M4 and four Cortex-A53.

Debugging

J-Link supports debugging for the Cortex-M4. During connect the M4 is set to execute an endless loop at 0x1FFE0000 (TCML RAM) and afterwards halted.

Reset

J-Link currently does not support device reset.

Example Application

The following example projects were created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the M4 core of the MIMX8MQ5 MCU. It is a simple counting loop.

SETUP