Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7953 Discussions

How can i locate variables and functions in memory?

kowalczyk_michal
Beginner
286 Views
Hi,
I am useing Intel C++ compiler for PXA270 processor. How can I locate variables in processor memory? For example I want to locate variable my_variableat 0xA0000000 address (SDRAM area) . How can I do that?
Seckond question is - How can I locate whole functions in specific addresses. For example I wont void my_function (void) { } to startat address 0x00000800 in memory map.
Thanks for yuor help
Michael
0 Kudos
1 Reply
gilbertocampitelli
286 Views

Hi,

I have the same type of problem: have you have foundthe solution?

Thanks for yuor help

Gilberto

0 Kudos
Reply