ST STM32MP25x

From SEGGER Knowledge Base
(Redirected from ST STM32MP25)
Jump to navigation Jump to search

The ST STM32MP25 are the second generation of STM32 application processors offering higher performances with a 64-bit platform, specifically designed for industrial applications. It includes up 2x Cortex-A35 cores, Cortex-M33 and Cortex-M0+.

Flash Banks

Flash Bank Base address J-Link Support Loader
Name Size
QSPI 0x60000000 YES.png Default 256 MB
  • For QSPI programming "Development boot" mode must be used.

Watchdog Handling

  • The device has 5 watchdogs IWDG1 - IWDG4, WWDG.
  • The watchdogs are fed during flash programming.
  • The watchdogs can be configured in normal or window mode.
    • If IWDGx are configured in normal mode the watchdog is fed during flash programming.
    • If IWDGx are configured in window mode the watchdog is not fed.
    • If WWDG1 is configured in normal mode the watchdog is fed during flash programming.
    • If WWDG1 is configured in window mode the watchdog is fed during flash programming.

Multi-Core Support

Before proceeding with this article, please check out the generic article regarding Multi-Core debugging here.
The STM32MP25 family comes with a variety of multi-core options.
Some devices from this family feature a secondary core which is disabled after reset / by default.
Some of the are available with enabled lockstep mode, only.

Core J-Link Support
ARM Cortex-A35_0 YES.png
ARM Cortex-A35_1 YES.png
ARM Cortex-M33 YES.png
ARM Cortex-M0+ YES.png

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

ARM Cortex-A35 0 core

Init/Setup

  • If it is the main boot core, is responsible for enabling debugging access.

Reset

  • Reset is not implemented, as device uses bootloader and can restrinct access to system resources.
  • If security resource isolation is used, reset may not be generated, but instead synchronos abort event.

Attach

  • Attach is supported.

ARM Cortex-A35 1 core

Init/Setup

  • The main core is responsible for releasing core 1 from reset.

Reset

  • The same rules apply as for core 0.

Attach

  • Attach is supported.

ARM Cortex-M33 core

Init/Setup

  • If it is the main boot core, is responsible for enabling debugging access.

Reset

  • The device uses normal Cortex-M reset, no special handling necessary, like described here.

Attach

  • Attach is supported.

ARM Cortex-M0 core

Init/Setup

  • The Cortex-M0 is switched off by default. If it is not enabled during boot, it will be released from reset.

Reset

  • The device uses normal Cortex-M reset, no special handling necessary, like described here.

Attach

  • Attach is supported.

Limitations

ARM Cortex-M0 DAP Access

The J-Link software accesses the Cortex-M0 core via SWJ-DP pins, not its dedicated SWD port.

Evaluation Boards

Example Application