2020-05-12 06:27 PM
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?
Solved! Go to Solution.
2020-05-12 11:59 PM
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:
Olivier
2020-05-12 11:59 PM
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:
Olivier
2020-05-13 02:39 AM
Thanks for your quick response. I forgot that post:grinning_face_with_sweat: .