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

How to get the address of variables in struct after compile?

Hi,
I want to design a tool that shows all the information in structure.
Such tool must work correctly when my tool knows all the address of var in structure.
However it is hard to get such info in map file cause only the start address of struct indicated.
Although such info appears in watch window by Keil IDE, it should be easy but hard for me to get such info.
Please teach me how to get such info after compile!
Thank !
Maxwell