Part Number: TMS320F28035
Tool/software:
hello
When we use the TMS320F28035 chip, the global variable defined in the code is not initialized in the main function, and this address is not initialized in the launcher.
If you use this global variable in your code, what is the value of this variable?
So far we've tested in the lab that this value is always 0;
But the same version of the program, when the client test, this value is random, sometimes 0, sometimes 1.
From a chip point of view, under what circumstances could it be 0 and under what circumstances could it be 1?