How to detect STM32CUBEIDE version in STM project?
Hello,
I want to compile STM projects sent to the automation program. The developed projects are created using different versions of STM32CubeIDE, such as STM32CubeIDE 1.6, 1.9, or 1.16. When I tested it manually and provided the IDE version information to the program, it successfully compiled the project using the correct IDE version. Program using stm32cubeidec.exe for compile.
So, how can the automation process detect the IDE version from within the project? When I scanned the files in the project, I couldn’t find anything that stores the IDE version information.
My second question is: if I compile all projects using the latest version of STM32CubeIDE (1.16), would that cause any issues? Is the IDE version important?
