cancel
Showing results for 
Search instead for 
Did you mean: 

what the solution for "No source available for "0x1fffe736"".

vivek
Associate II
 
6 REPLIES 6

Don't be executing in ROM?

Make sure BOOT0 is pulled low in the design.

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

doesn't working.same no source available is showing .

vivek
Associate II

if there any changes in setting of project?

for solve this problem.

Sorry, not psychic. Don't know anything about your board or project.

Do any projects work on this board?

When does error occur?

Can you turn off the "run to main()" option and step on in from the Reset_Handler?

Check you are not corrupting your stack or have the vector table messed up.​

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

The standard behavior of Eclipse-based toolchains during debugging, if you have no source for parts of your application.

Like linked-in libraries. There is nothing inherently wrong with this message.

vivek
Associate II

I solved the problem.

In a run time memory leak problem occur because of i assigned two memory address with one pointer without flushing the older location.

thank you.