Compilation erros after migrating to STM32CubeIDE 1.13.x
Hello Community,
Since the latest release many have faced compilation errors after migrating to the 1.13.x which contains GCC 11 as default toolchain.
Short term solution:
Under Window>Preferences>STM32Cube>Toolchain manager install the GNU Tools for STM32 (10.3-2021.10)

Under the project properties C/C++ Build>MCU Toolchain set the toolchain for the selected project to the GNU Tools for STM32 (10.3-2021.10)

Permanente solution:
A permanent solution will be implemented in the future release.
