Skip to main content
SChen.11
Associate III
May 13, 2020
Solved

STM32CubeIDE v1.3.0 macos version hasn't support stm32mp1

  • May 13, 2020
  • 1 reply
  • 1696 views

Hi supporter, I installed the STM32CubeIDE v1.3.0 on my macos. After install success, I try to debug example project. The console window show "stm32mp1x.cfg can not found". Then I search that file in STM32CubeIDE path.

SC-MacBookPro:Contents $ find . -name "*.cfg"
./Eclipse/plugins/com.st.stm32cube.common.mx_5.6.0.202002181639/db/plugins/projectmanager/stm32tck.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/cmsis-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/jlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink-tcp.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/ulink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f2x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f3x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32g0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32g4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32h7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32h7x_dual_core.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l4plusx.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l5x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32wbx.cfg
./MacOS/jre/Contents/Home/lib/jvm.cfg

The stm32mp1x.cfg file doesn't exist. Then I removed v1.3.0 and install the v1.1.0. I found that file is exist.

SC-MacBookPro:Contents $ find . -name "*.cfg"
./Eclipse/plugins/com.st.stm32cube.common.mx_5.4.0.201910091541/db/plugins/projectmanager/stm32tck.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/cmsis-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/jlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink-tcp.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/ulink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f2x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f3x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32g0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32g4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32h7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32h7x_dual_core.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l4plusx.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l5x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32mp15x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32mp15x_stpmic1.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32wbx.cfg
./MacOS/jre/Contents/Home/lib/jvm.cfg

Does the v1.3.0 removed to support stm32mp1 with openocd?

This topic has been closed for replies.
Best answer by Olivier GALLIEN

Hi @Community member​ 

STM32MP1 is not supported on STM32CubeIDE MacOS version.

Config file you find in V1.1 is likely a mistake, not sufficient for proper support.

Which seems confirm by your old post regarding this version :smiling_face_with_smiling_eyes:

https://community.st.com/s/question/0D50X0000BxxoQSSQY/the-stm32cubeide-v110-hasnt-load-image-option-on-macos

Olivier

1 reply

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
May 13, 2020

Hi @Community member​ 

STM32MP1 is not supported on STM32CubeIDE MacOS version.

Config file you find in V1.1 is likely a mistake, not sufficient for proper support.

Which seems confirm by your old post regarding this version :smiling_face_with_smiling_eyes:

https://community.st.com/s/question/0D50X0000BxxoQSSQY/the-stm32cubeide-v110-hasnt-load-image-option-on-macos

Olivier

Olivier GALLIEN 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.
SChen.11
SChen.11Author
Associate III
May 13, 2020

Thanks for your quick response. I forgot that post:grinning_face_with_sweat: .​