Debugging M4 on STM32MP15xxxx: Difference between revisions

From Wiki-DB
Jump to navigationJump to search
(Created page with "For general information about the STM32MP15xxxx pleas refer to the official [https://wiki.st.com/stm32mpu/wiki/Main_Page Wiki]. This page describes various ways to debug the M...")
 
No edit summary
Line 3: Line 3:
__TOC__
__TOC__


== Debugging in Engineering mode ==


== Debugging in Production mode ==
== Debugging modes ==
Production mode and Engineering mode are described [https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_Package#Introduction_to_boot_mode here] in the ST Wiki.
To enter Engineering mode with the Avenger96 read the chapter "Boot Mode" in the [https://wiki.dh-electronics.com/index.php/Avenger96#Documentation Getting started guide] and look for "NoBoot".
 
== Debugging with STM32CubeIDE ==
Debugging for both modes is also described in the ST wiki [https://wiki.st.com/stm32mpu/wiki/STM32CubeIDE#Arm-C2-AE_Cortex-C2-AE-M_debug_on_STM32_MPU_device here].
 
== Debugging with GDB (without IDE) ==
https://wiki.st.com/stm32mpu/wiki/GDB#Debug_Cortex-M4_firmware_with_GDB


== Debugging with trace output on Linux ==
== Debugging with trace output on Linux ==

Revision as of 12:34, 10 February 2021

For general information about the STM32MP15xxxx pleas refer to the official Wiki. This page describes various ways to debug the M4 on STM32MP15xxxx from ST.


Debugging modes

Production mode and Engineering mode are described here in the ST Wiki. To enter Engineering mode with the Avenger96 read the chapter "Boot Mode" in the Getting started guide and look for "NoBoot".

Debugging with STM32CubeIDE

Debugging for both modes is also described in the ST wiki here.

Debugging with GDB (without IDE)

https://wiki.st.com/stm32mpu/wiki/GDB#Debug_Cortex-M4_firmware_with_GDB

Debugging with trace output on Linux