Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top