Skip to main content
ranran
Senior
October 10, 2016
Question

SRAM - how to find its address ?

  • October 10, 2016
  • 3 replies
  • 753 views
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
    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    October 10, 2016
    Posted on October 10, 2016 at 22:56

    The .MAP file might be enlightening?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    ranran
    ranranAuthor
    Senior
    October 12, 2016
    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

    Tesla DeLorean
    Guru
    October 12, 2016
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..