i.MX8M

From SEGGER Wiki
Revision as of 12:42, 16 February 2022 by Matthias (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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