Tool/software: Code Composer Studio
Hello,
When I define a variable as static the linker map file does not display it in the .bss section, while when the same variable is not static I can find it in the linker map. It should be actually the opposite, shouldn't it?
PS: I have all my optimization options turned off (by default) and the compiler is ARM Optimizing C/C++ Compiler v18.12.0.LTS. I have searched for some explanation inside the manual but unsuccessfully.
Thanks ahead for a reply.
Regards.