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.
Tool/software: Code Composer Studio
Hi,
when device powered up, what's the value of the uninitialized variable (address= 0x9495)?
Will this initial value be the same no matter how many times power cycle apply to the same socket?
Will the initial value be the same between different sockets?
The initial value of RAM locations cant be guaranteed to be any fixed value. It will be random value.
If boot ROM executes it will initialize the RAM memories after which the contents will be zero'ed out.