Skip to main content
vivek
Associate III
October 22, 2019
Question

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

  • October 22, 2019
  • 5 replies
  • 1327 views

..

This topic has been closed for replies.

5 replies

Tesla DeLorean
Guru
October 22, 2019

Don't be executing in ROM?

Make sure BOOT0 is pulled low in the design.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
vivek
vivekAuthor
Associate III
October 22, 2019

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

vivek
vivekAuthor
Associate III
October 22, 2019

if there any changes in setting of project?

for solve this problem.

Tesla DeLorean
Guru
October 22, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Ozone
Principal
October 22, 2019

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
vivekAuthor
Associate III
November 1, 2019

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.