Build Analyzer underestimates by 30% Flash memory usage
Hello everybody,
I have this project for the STM32F103C8 where the build analyzer of STM32CubeIDE says that only ~57% of flash is used:

but while I'm flashing, it shows that the erased sectors are 0 to 56 (out of 63):

and also using the STM32Programmer I see that the empty region starts at 0x800E048

Now 56/63 ≈ 0xE048/0xFFFF ≈ 87% which is 30% higher than the stated 57% of build analyzer. This is kind of a bummer because now I will have to upgrade MCU since some other features must still be added to the project.
How is it possible such a difference?

