Hi,
I created a new project using the STM32CubeMX wizard, which worked fine. I did not change a setting that I know of, but the reported RAM and FLASH size is always identical to the “Used” values:
C:\PROGRA~2\Sysprogs\VISUAL~1/ninja.exe
[1/3] Building C object CMakeFiles/BSP.dir/Src/main.c.obj
[2/3] Linking C executable WS2812
[3/3] Producing WS2812.bin
——————- Memory utilization report ——————-
Used FLASH: 14KB out of 14KB (100%)
Used RAM: 3328 bytes out of 3328 bytes (100%)
========== Project Build Summary ==========
WS2812 built in 00:00
========== Build: 1 Succeeded, 0 Failed, 0 Skipped ==========
How to set Used Flash and Used RAM “out of” section to the correct value?