How to Change the Compiler in STM32CubeIDE to an Older Version (GNU6 or Earlier)
Hello. I am currently developing a project on an STM32F429ZI board using the STM32CubeIDE tool, and I have encountered an issue. When configuring a project in the STM32CubeIDE environment, the code is generated through the code generator, and the compiler used is "arm-none-eabi-gcc." However, I want to generate code using a different compiler instead of the default one. Currently, STM32CubeIDE version 1.16 supports GNU7 or higher compilers, but I need to use an older version of the compiler. Is there a way to achieve this?
