This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM4372: Initialization of global variables

Part Number: AM4372

Hi all,

A global variable with no initial value is initialized to 0 in _c_int00().
Is there a way to not initialize global variables 0 at boot?
I do not want to change the value of the global variable to 0 until I initialize the global variable in my application program.
I checked cint00 by step execution and confirmed that global variable is initialized to 0 with AUTO_INIT_RTN or boot.asm.

I attach the project I confirmed.

project1.zip

Best regards,

Sasaki