cancel
Showing results for 
Search instead for 
Did you mean: 

location of target/stm32mp1x.cfg on Windows

Steffen Rose
Associate III

I want to use the STM32CubeIDE to debug the M4 on the STM32MP1.

I setup the debug setting for debug probe ST-Link (OpenOCD). If I use the automated generation of the script, it refer to [find target/stm32mp1x.cfg].

This is not part of the default installation of STM32CubeIDE 1.6.1 and it is not located in

https://github.com/STMicroelectronics/OpenOCD/tree/openocd-cubeide-r3/tcl/target

In general it doesn't seems to be the MP1 openocd files for the MP1 within the windows installation.

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
OlivierK
ST Employee

Hi Steffen Rose (Community Member),

 [find target/stm32mp1x.cfg] called from the project debug script is indeed part of the installation of STM32CubeIDE1.6.1

<CubeIDE Install dir>\plugins\com.st.stm32cube.ide.mpu.debug.openocd_xx\resources\openocd\st_scripts\target

Did you install the IDE from this repository?

https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide.html

Regards,

Olivier


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.

Yes, I did install the official release from ST.

But thank you for your path. It seems my mistake was, that I searched in the *mcu* and not in the *mpu* path of openocd.

I'm unsure, why the user script this not do automatically. But it help's me.

Thank you

Regards

Steffen