Tool/software: TI C/C++ Compiler
Hi TI team,
I faced one strange linker behavior and would like to clarify with you.
In our project we didn't use any linker option regarding initialization model and thought that --rom_model is used by default.
Today I've added this option explicitly and found out that result of linking is different. I changed option to --ram_model and found out that linking result is the same like in case of omitted option.
TI ARM C/C++ 18.12.0 compiler (SPNU151R) manual states that --rom_model is used by default (p.81), but I have a feeling that it is a mistake.
Could you please let me know which initialization model is used by default with the mentioned tool chain?
Let me know please if additional information is required and thanks in advance.