How to use the Target Status widget in STM32CubeIDE

Applicable for STM32MP13x lines, STM32MP15x lines

1 Introduction[edit]

Two modes are proposed to debug Cortex®-M firmware:

Engineering mode is dedicated to preliminary Cortex®-M debug. It implies the specific engineering boot mode, where Cortex®-M only is started and its firmware is loaded via JTAG/SWD into dedicated RAM.

Production mode targets products. It means to use Cortex®-A Linux® running on the MPU to load the Cortex®-M firmware to debug. In this case, the boot mode is the normal mode.

To manage the various states of the MPU target, a dedicated Target Status widget is available in the bottom right corner of the IDE window. It is detecting console, booted target (Linux® prompt), and gives the IP address.

In the production mode, a status light in the bottom right corner of the STM32CubeIDE window provides information regarding the current status of the connection between the computer and the embedded Linux® system. This widget can be intrusive since it is based onto console detection in order to discover STM32 MPU targets and get their IP status. The console resource cannot be shared with another application.

Info white.png Information
The serial console is a shared resource and the Target Widget status has the lowest priority. If there is an active console view for the serial port, this prevents further target status updates until the serial port is disconnected from the view.

2 Right-click menu[edit]

This menu is available by right-clicking onto the widget. It provides:

  • Start/stop & IP address copy services
  • Shortcut access to preferences management and serial console
Right click menu for tsw

3 Preferences[edit]

To set visibility and pooling frequency of the widget, visit the Preferences menu.

Preferences menu

4 Target Status widget[edit]

Status light Icon Description
Black
Black widget status
The light completely off means that the widget is disabled.
Red
Red widget status
Indicates that there is no connection to the target, or the USB cable to the ST-LINK is removed.
Yellow
Yellow widget target status
Indicates a dysfunction such as:
  1. No network connection between the computer and the MPU.
  2. The console is opened.
Yellow
Connection shown as busy
If booted in engineering mode, no console is supported by the MPU target and status is shown as busy.

If this status is shown while in production mode after a board reset, then the first boot stages do not support console.

Yellow
Console detected, meaning Linux is booting
Console detected, meaning Linux® is booting.
Green
Prompt detected
Linux® booted (prompt detected).
Green
Connected and idle
Linux® booted (prompt detected).
Green
IP address detected
IP address detected.