Dear Champs,
I am asking this to customers.
For F28335 (with COFF format), will all the global variables be initialized to zero initially like in boot-ROM codes so that the user need not do it?
Or should the user always need to initialize global variables themselves?
If yes, is it better to initialize global variables to zero before main or in the beginning of main codes for code efficiency/speed?
If they migrate onto newer devices like F280049 with EABI format, is this still same?
Wayne Huang