Unfortunately it's not that easy.
Normally, this could (I don't say 'should') give the correct function size.
But then, there are several things that may affect this.
Depending on optimization level, there might be common code
across functions which belongs to two functions.
Or direct assembly c
Hi,
I am using GCC compiler for MSP430 V4.4.3 to compiler my s/w.
After compilation and linking I get a map file but I am not sure how to
get the function size.
For example, in the attached map file if I want to know the size of
function "t_run_test" ,then how should I measure it?
I