Tool/software: TI C/C++ Compiler
Hello,
If i am defining a section in the linker command file which is mapped to one of the defined memories, in what situations will the loader (or the linker in the image itself) initialize this area to zero or some other value?
What i need to know is if i have a program which writes to a specific section some data, and than loads another program which have this same section defined will loading the second program erase what what written by the first one (if the NOLOAD keyword is NOT used) ? if so does the only way to prevent it is using NOLOAD or is there another way?
Thanks