Skip to main content
amalbabu93
Associate
April 28, 2023
Question

i am suddenly getting an error in my cube ide window: not understanding what it is? No source available for "__aeabi_dadd() at 0x800050c" It pops out when i flash my stm32f746 disco board. can somebody help me to clear this issue..

  • April 28, 2023
  • 2 replies
  • 1239 views


_legacyfs_online_stmicro_images_0693W00000bj2t1QAA.png

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 28, 2023

Right, because its a double math library function imported at an object level, and not part of your project source..

Perhaps figure the context for getting this?

Is the board running the same code? ie the project you built got downloaded, and lives at the base of FLASH, and not some loader, or the download phase was skipped or failed.

What changed in your project/process between the time it worked, and the time it started failing??

Random breakpoints left configured that now point to different things?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
amalbabu93
Associate
April 28, 2023

Actually, i tried flashing the codes from stm32f746 examples ..

i tried debugging and flashing them..they are getting flashed on the board even if this error pops up.

i had deleted a project file from my workspace recently and it was showing some debug error stating that debug source caannot be found..later i deleted the file from configurations and started getting this error code in my query.

is their any way to overcome this issue.