cancel
Showing results for 
Search instead for 
Did you mean: 

SRAM - how to find its address ?

ranran
Senior II
Posted on October 10, 2016 at 22:40

Hello,

I have created with cube new sram display device, and I have its generated code,

But I can't find the address which correspond to this device.

How should I find it ? I also made search in internet and forum but found no solution yet.

Thank you,

Ran
3 REPLIES 3
Posted on October 10, 2016 at 22:56

The .MAP file might be enlightening?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ranran
Senior II
Posted on October 12, 2016 at 15:36

Hi ,

I can't find map file in the generated file from cube.

Is it that the .map file creatde only with IAR (unfortunately I don't have this application)?

Regards,

Ran

Posted on October 12, 2016 at 19:56

The .MAP file is generated by the linker of the tool-chain you are using, pretty much universally regardless of if you use IAR, KEIL, or GNU/GCC. Might need to enable an option, but you have to build the project for it to be generated.

You should also be able to find specific addresses defined within the source code you are building.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..