How to find out absolute address of variables in Keil

Status
Not open for further replies.

beeflobill

Member level 3
Joined
Jun 6, 2012
Messages
61
Helped
8
Reputation
18
Reaction score
7
Trophy points
1,288
Activity points
1,872
I'm using the Keil compiler for an Arm-Cortex-M3 with a code and a project which I am not deeply familiar with. It compiles code the C code into a rom file suitable to be read into a Verilog rom model. I am simulating the Verilog code with the rom file.

For the sake of debugging, I'm curious if there is a report I can generate somewhere from the Keil tools which would tell me the addresses it assigned to the C variables or, if there is simply a better way to get this information.

Thanks
 

I could be wrong, but unless the variables are global, aren't they destroyed when a function exits, i.e., arent they assigned dynamically?
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…