cancel
Showing results for 
Search instead for 
Did you mean: 

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..

amalbabu93
Associate II
2 REPLIES 2

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
Up vote any posts that you find helpful, it shows what's working..
amalbabu93
Associate II

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.