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.
Best regards,
Sasaki