2025-11-28 8:37 AM - last edited on 2025-11-28 9:05 AM by Imen.D
Hi Community,
I'm trying to build the BLE_TransparentMode example for the NUCLEO-WB05KZ, but I'm getting the following build error:
region 'FLASH' overflowed by 93348 bytes
Steps to reproduce:
Environment:
STM32CubeMX: v6.16
STM32CubeIDE for VS Code: v3.6.4
Has anyone encountered this issue or knows what might be causing the FLASH overflow with the CMake/GCC configuration?
Thanks!
2025-11-28 8:59 AM
@Dadigno wrote:
- Open the BLE_TransparentMode example from the MX Example Selector for NUCLEO_WB05KZ.
- Change the toolchain to CMake with GCC compiler.
Are you sure that the optimisation level is the same in your modified project?
What happens if you build the example as-is - without any modifications ?