Program size calculation using STM32CubeIDE
Hi,
When compiling program using Keil IDE, understand that the program size that flash to MCU can be calculate by:
Program size = Code + RO + RW
However, when compiling using STM32CubeIDE, how to know the program size going to flash into the MCU flash memory? I got the following memory details as below.
Is the program size = text + data?

