Hello!
I am using CCS compiler for my project, I have faced a critical issue regarding initialization of global variables before jump to main function. Usually when I use IAR, IAR compiler generates zero init code and this function initialize all global variable which are not set. But CCS dose not generate any code which does an initialization of global variables before jump to main function.
Could you tell me if there is any way to initialize global variables before main function?
Best regards,
Thomas Song