This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

St10 User stack

Hi all,

I have a question about ST10 user stack.
In my linker file, I located it at 0xF0100, size x2000; so from 0xF0100 to 0xF20FF
In my startup file, I can see the user stack init :
MOV R0,#DPP2:?C_USERSTKTOP

... but since R0 is a 16 bit register, the value may be truncated... When I run the simulator, after this MOV instruction, the updated R0 value is 0xA100... My target works fine but I can't understand this 0xA100 value.

Could you explain me ?

Thanks a lot !

Pierre

PS : I am using a ST10F276

0