You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am trying to flash my STM32MP2 board using OpenOCD, but I am encountering an error because the file target/stm32mp2x.cfg is missing. This prevents OpenOCD from recognizing the target and initializing the debug session.
Error Message
Open On-Chip Debugger 0.12.0+dev-00608-gd8ed48fef (2025-02-06-11:20) [https://github.com/STMicroelectronics/OpenOCD]
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
STM32CubeIDE/workspace_1.18.0/AttemptD/CM33/AttemptD_CM33 Debug.cfg:43: Error: Can't find target/stm32mp2x.cfg
in procedure 'script'
at file "embedded:startup.tcl", line 28
at file "/Users/william/STM32CubeIDE/workspace_1.18.0/AttemptD/CM33/AttemptD_CM33 Debug.cfg", line 43
Steps to Reproduce
Install OpenOCD from the official repository or through Homebrew (brew install openocd).
Create a debug configuration in STM32CubeIDE for an STM32MP2 board.
Attempt to flash the firmware using OpenOCD.
OpenOCD fails to find target/stm32mp2x.cfg and exits with an error.
Expected Behavior
OpenOCD should include the necessary target configuration file stm32mp2x.cfg for STM32MP2 boards, allowing successful flashing and debugging.
Actual Behavior
The required configuration file is missing, preventing the debugger from recognizing the board.
Add the missing stm32mp2x.cfg file to the target/ directory in OpenOCD.
If the configuration file is not yet available, provide guidance on an alternative method to flash STM32MP2 boards.
Additional Context
I checked my OpenOCD installation folder, and the target/stm32mp2x.cfg file is completely missing. Searching through the OpenOCD repository, I also did not find an available configuration file for STM32MP2. Could you confirm whether support for STM32MP2 has been added or if there's an alternative configuration that can be used?
Let me know if you need further information. Thanks!
Click Submit.
Let me know if you need modifications before submitting! 🚀
The text was updated successfully, but these errors were encountered:
I am running into this same issue trying to debug the STM32MP257FAK in CubeIDE v1.18. The error I get is Error: Can't find target/stm32mp2x.cfg in procedure 'script' .
I checked in /st/stm32cubeide_1.18.0_4/plugins/com.st.stm32cube.ide.mcu.debug.openocd_2.3.100.202501240831/resources/openocd/st_scripts/target and stm32mp2x.cfg doesn't exist.
Description:
I am trying to flash my STM32MP2 board using OpenOCD, but I am encountering an error because the file
target/stm32mp2x.cfg
is missing. This prevents OpenOCD from recognizing the target and initializing the debug session.Error Message
Steps to Reproduce
brew install openocd
).target/stm32mp2x.cfg
and exits with an error.Expected Behavior
OpenOCD should include the necessary target configuration file
stm32mp2x.cfg
for STM32MP2 boards, allowing successful flashing and debugging.Actual Behavior
The required configuration file is missing, preventing the debugger from recognizing the board.
System Information
0.12.0+dev-00608-gd8ed48fef (2025-02-06-11:20)
Possible Fix
stm32mp2x.cfg
file to thetarget/
directory in OpenOCD.Additional Context
I checked my OpenOCD installation folder, and the
target/stm32mp2x.cfg
file is completely missing. Searching through the OpenOCD repository, I also did not find an available configuration file for STM32MP2. Could you confirm whether support for STM32MP2 has been added or if there's an alternative configuration that can be used?Let me know if you need further information. Thanks!
Let me know if you need modifications before submitting! 🚀
The text was updated successfully, but these errors were encountered: