Hi,
I would like to ask a question on initialization mode.
On page 31, SPRU187R, TMS320C6000 Optimizing Compiler v 7.2 Beta:
What is the difference between the two initialization modes? Is it
|
|
Global and static variable |
|
Load time |
Initialized by emulator |
|
Run time |
Initialized by c_int00() |
?
If the .out file is to be used for booting, should I choose run time initialization (--rom_model) instead of --ram_model? Since there is no emulator in this case, it seems to me that load time initialization cannot be used.
But is it true? Can AIS (Application Image Script) and bootloader assume the previous role of emulator, to do load time initialization for the program?
Zheng
