cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE v1.3.0 macos version hasn't support stm32mp1

SChen.11
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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 😊

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.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

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 😊

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.

Thanks for your quick response. I forgot that post😅 .​