Skip to main content
RPiwa.1
Associate II
February 9, 2024
Solved

STM32F429I-DISC1 with STM32CubeIDE 1.7.0 (can compile) and 1.14.1 (cannot compile)

  • February 9, 2024
  • 3 replies
  • 1314 views

Hi,

 

I use the STM32F429I-DISC1 board with STM32CubeIDE 1.7.0.

I can compile the project.

But I upgraded the IDE to Rev 1.14.1.

I cannot compile the project. It occurred a lot of error.

What are different between STM32CubeIDE Rev 1.7.0 and Rev 1.14.1?

Must I setup something before using STM32CubeIDE Rev 1.14.1?

 

Thank you

    Best answer by Pavel A.

    The main relevant change is a newer default toolchain (compiler etc.). Install the same toolchain that you've used in the previous CubeIDE version, and set is as the toolchain for your project. Settings-> MCU Toolchain. Enjoy.

     

     

    3 replies

    TDK
    February 9, 2024

    What are the errors? Start with the first one shown in the output window, solve it, progress from there.

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    Pavel A.
    Pavel A.Best answer
    Super User
    February 9, 2024

    The main relevant change is a newer default toolchain (compiler etc.). Install the same toolchain that you've used in the previous CubeIDE version, and set is as the toolchain for your project. Settings-> MCU Toolchain. Enjoy.

     

     

    RPiwa.1
    RPiwa.1Author
    Associate II
    February 12, 2024

    Hi Pavel A,

    I found the issue of MCU Toolchain revision.
    - The MCU Toolchain of STM32CubeIDE 1.7.0 is GNU Tools for STM32 (9-2020-q2-update).
    - The MCU Toolchain of STM32CubeIDE 1.14.1 is GNU Tools for STM32 (11.3.rel1).

    I downloaded the GNU Tools for STM32 (9-2020-q2-update) and set to default.
    I can compile the project successfully.

    Thank you very much for your help.