cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the code in C at this address?

idrissmc
Associate II

hello,

I want to take a look into the code at this address

0693W000003PPYyQAO.png

thank you

5 REPLIES 5
Pavel A.
Evangelist III

Look in your .map file what is at that address. Perhaps, some library function.

-- pa

I can't find anything at that address, it doesn't exist

The *specific* address might not, but then you're going to have to identify the function or block of library code the address falls into.

You could do a disassembly listing, and navigate through that.

Is the address within your current application, or a separate loader?

Attaching random screen shots isn't going to provide others with sufficient context to understand the problem for you.

This is your project, there is very little familiarity with it outside your immediate orbit. Perhaps you have a colleague or supervisor who can sit with you and work through the issue?

Perhaps step the code from Reset_Handler to the point of failure to understand the path to get there.

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

@Community member​ Can you help me to find this address, I mean like in Keil, for a given assembly address I can see the corresponding code but in this IDE i don’t know how to find it. Before, you told me to open the .MAP file but I didn’t find that address

RMcCa
Senior II

What causes it to break?

I've only ever seen that message when i pause the core when it's in the middle of executing a precompiled library function. No c source = no debug info.​