
Hello,
Why the values corresponding to the address x0000C838 are different in memory browser and variables content. ?
I will be thankful if you give the answer of my problem.
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.

Hello,
Why the values corresponding to the address x0000C838 are different in memory browser and variables content. ?
I will be thankful if you give the answer of my problem.
Hi
I am not sure, but I think that your variables are different, because in your memory browser, you show 16 bit Unsigned Integer. In your local variables, the type is double. So the Hex value for a double and a unsigned integer has a different value. (like a float)
I hope this is the reason.
Jeremy
I have trouble reading from you stamp size picture.

I think the view is now clear.
I am thankful to you if you suggest me how can i view the content of the register in Double data type as i can't change the input data type.
and we can't select the output of memory browser as double.
You can change the output of the memory browser to a double. Depending on the target system/compiler a double would map to either a 32 bit float or a 64 bit float.