2025-07-07 2:32 AM - edited 2025-07-07 2:39 AM
We are pleased to announce that the version 6.15.0 of STM32CubeMX is available.
What is new in 6.15.0:
Main fixed issues in 6.15.0:
Refer to the STM32 microcontroller wiki at:
https://wiki.st.com/stm32mcu/wiki/STM32CubeMX_errata_6.15.x
Known problems and limitations in 6.15.0:
Refer to the STM32 microcontroller wiki at:
https://wiki.st.com/stm32mcu/wiki/STM32CubeMX_errata_6.15.x
How to get STM32CubeMX 6.15.0:
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-08-17 5:17 PM - edited 2025-08-17 5:18 PM
Ever since I updated to 6.15, when I generate code for cmake I get a series of warnings:
"warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]"
and at the end the build fails with error:
/st/Repository/STM32Cube_FW_F4_V1.28.2/Drivers/CMSIS/Include/cmsis_gcc.h: Assembler messages:
/st/Repository/STM32Cube_FW_F4_V1.28.2/Drivers/CMSIS/Include/cmsis_gcc.h:260: Error: no such instruction: `isb 0xF'
gmake[2]: *** [cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/build.make:149: cmake/stm32cubemx/CMakeFiles/STM32_Drivers.dir/st/Repository/STM32Cube_FW_F4_V1.28.2/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c.o] Error 1
This happens with the 4 projects that I have tested, which are based on F401, F412 and G0B1 MCUs.
Generating Makefile works for G0B1 but fails for 401.
These were projects generated with 6.14.1
Has anybody seen similar issues?
2025-08-17 5:32 PM - edited 2025-08-17 5:32 PM
@edillere Please create a new thread with enough information to duplicate the issue.