Difference between revisions of "NXP i.MX 8"

From SEGGER Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
The '''NXP i.MX 8''' are embedded multi-core processors consisting of two Cortex-M4, four Cortex-A53 and two Cortex-A72.
 
__TOC__
 
__TOC__
   
  +
==External Boot Devices==
The '''NXP i.MX8''' is a embedded multicore processor consisting of two Cortex-M4, four Cortex-A53 and two Cortex-A72.
 
  +
Programming of external boot media(eMMC, SDHC, QSPI/NAND Flash) is supported natively through USB Serial interface.
   
== Debugging ==
+
==Watchdog Handling==
  +
System controller firmware handles watchdog during boot and programming of boot devices.
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 ===
+
==Multi-Core Support==
  +
Before proceeding with this article, please check out the generic article regarding Multi-Core debugging [[Multi-Core_Debugging | here]].<br>
J-Link currently does not support device reset.
 
  +
The i.MX 8 family comes with a variety of multi-core options listed in the following table:<br>
  +
{| class="seggertable"
  +
|-
  +
! Core || J-Link Support
  +
|-
  +
| 2 x Cortex-A72 ||style="text-align:center;"| {{NO}}
  +
|-
  +
| 4 x Cortex-A53 ||style="text-align:center;"| {{NO}}
  +
|-
  +
| 2 x Cortex-M4F ||style="text-align:center;"| {{YES}}
  +
|-
  +
| 1 x HIFI4 DSP ||style="text-align:center;"| {{NO}}
  +
|-
  +
|}
  +
The i.MX 8 family processors have additional cores:
  +
*System Controller Unit (SCU) Cortex-M4 - responsible for system initialization and boot, power and resource management, pad configuration.
  +
*Security Controller (SECO) Cortex-M0 - implements various security and cryptography functions.
  +
  +
In below, the debug related multi-core behavior of the J-Link is described for each core:
  +
===Cortex-M4F core(s)===
  +
====Init/Setup====
  +
The core(s) are enabled by SCU after boot.
  +
====Reset====
  +
Core reset is performed by SCU.
  +
====Attach====
  +
Attach is supported.
  +
  +
==Device Specific Handling==
  +
===Connect===
  +
Debugging of Cortex-M4 cores is enabled after primary boot stage.
  +
A boot image should contain System Controller Unit (SCU) and Security Controller (SECO) firmware images. After the boot stage J-Link can be attached to a running target.
  +
===Reset===
  +
J-Link does not support reset of particular cores, as it is controlled by SCU.
  +
  +
==Evaluation Boards==
  +
*[[NXP_MCIMX8QM-CPU | MCIMX8QM-CPU]]
  +
  +
==Example Application==
  +
*[[File:NXP_MCIMX8QM-CPU_M4_TestProject_ES_8V10.zip]]

Latest revision as of 09:41, 8 April 2024

The NXP i.MX 8 are embedded multi-core processors consisting of two Cortex-M4, four Cortex-A53 and two Cortex-A72.

External Boot Devices

Programming of external boot media(eMMC, SDHC, QSPI/NAND Flash) is supported natively through USB Serial interface.

Watchdog Handling

System controller firmware handles watchdog during boot and programming of boot devices.

Multi-Core Support

Before proceeding with this article, please check out the generic article regarding Multi-Core debugging here.
The i.MX 8 family comes with a variety of multi-core options listed in the following table:

Core J-Link Support
2 x Cortex-A72 NO.png
4 x Cortex-A53 NO.png
2 x Cortex-M4F YES.png
1 x HIFI4 DSP NO.png

The i.MX 8 family processors have additional cores:

  • System Controller Unit (SCU) Cortex-M4 - responsible for system initialization and boot, power and resource management, pad configuration.
  • Security Controller (SECO) Cortex-M0 - implements various security and cryptography functions.

In below, the debug related multi-core behavior of the J-Link is described for each core:

Cortex-M4F core(s)

Init/Setup

The core(s) are enabled by SCU after boot.

Reset

Core reset is performed by SCU.

Attach

Attach is supported.

Device Specific Handling

Connect

Debugging of Cortex-M4 cores is enabled after primary boot stage. A boot image should contain System Controller Unit (SCU) and Security Controller (SECO) firmware images. After the boot stage J-Link can be attached to a running target.

Reset

J-Link does not support reset of particular cores, as it is controlled by SCU.

Evaluation Boards

Example Application