Memory usage for STM32F103C8T6 (Arm Cortex M3) Posted by icarus22 on 2018-11-16 00:51 I am trying to estimate how much memory will be used for running a program using STM32F103C8T6 (Arm Cortex M3) written in the Eclipse platform? Any help on this would be apppreciated.
Posted by Sergey.michelson on 2018-11-18 17:09 hi icarus, when eclipse finished compile your program it's writes the size of the program in the console window like on the picture i attached. on the picture you can see that my program takes about 86Kb under "text" column. and the RAM under "data" column Capture.JPG (20.07 Kb)