STM32 M4 External Interrupt Issues with CubeIDE

Today, we mainly completed the M4 core interrupt operations of the STM32MP157AAA3 chip. Last week, STM32CubeIDE 1.11.1 was functioning normally, but today there was an issue with creating a project. After searching for the reason without success, I planned to go to the official website to find the software installation package again. I found that the official website has upgraded to 1.13.1.

STM32 M4 External Interrupt Issues with CubeIDE

After downloading the installation package, I found that installation was not possible. I tried several versions of the installation package, but the issue persisted.

STM32 M4 External Interrupt Issues with CubeIDE

After some troubleshooting, a senior developer pointed out that when installing CubeIDE, the installation program cannot be launched from a Chinese path, which successfully resolved the issue. Next comes the proper development phase.

Leave a Comment