cancel
Showing results for 
Search instead for 
Did you mean: 

What programmer I can use for program and debug STM32MP1?

OGavr.2
Associate

Can I use ST-LINK/V2 for debug and program STM32MP1 chip series?

2 REPLIES 2
ArmandG
ST Employee

Hi @Community member​ ,

I advise you to use our software STM32CubeIDE which perfectly suits for STM32 products.

By the way Keil and Mbed can be used as well.

Regards,

Armand

PatrickF
ST Employee

Either STLINK-V2 or STLINK-V3 could be used to debug STM32MP1 series (STLINK-V3 will bring an UART Virtual Comm Port if suitable connector such as STDC14 is present on your own board).

STLINK-V2 embedded is on EV1, DK1/DK2 boards ('embedded' version bring VCP).

Platform debug usually also requires an UART console connection (such as VCP) and Ethernet (or Ethernet over USB).

Note that in opposition to STM32 MCUs, the platform flash programming of STM32 MPUs are NOT done using ST-LINK, but rather use directly USB (still using STM32CubeProg).

See https://wiki.st.com/stm32mpu

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.