2019-09-28 3:37 AM
How to know memory consumption of embedded c program in ST visual develop. I have write code for STM8S and compile it but i didn't get any information about the memory consumption. I mean How much memory space reserved by the program.
2019-09-28 5:22 AM
Not a configuration I'm using, but in general this is a statistic you can pull out of the Linker's .MAP file.