Tool/software: TI C/C++ Compiler
Hi,
I need for the TI compiler/linker to provide the size of the build code image.
I guess this can be done by placing the 'proper' line in the linker command file (.cmd file).
I need for my code to be able to read it's own code size, so I imagine that this can be done by, in the linker file, creating a 'variable' e.g image_size to be placed (in a section) at an absolute place
and for the linker command file to set image_size = total size of the image.
Pls advise
Regards
Martin Rohde