You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nearly have this ready to start debugging, but compiling with minimal debug set, I´m getting 2 errors:
make: *** [makefile:109: default.size.stdout] Error 1 mchf-uhsdr C/C++ Problem
make: *** Waiting for unfinished jobs.... mchf-uhsdr C/C++ Problem
Anyone had this error? It seems to be a memory overflow on 1024KB STM32F407VG
Edit: It wasn't this, the STM32CubeIDE and probably Eclipse seem a little unstable, I had to create a new debug configuration as the toolchain updates seem to have corrupted it. For some reason the IDE isn't resetting to the reset address in the vector table, no idea why, so I had to read them and set the address to start debugging. Probably some incompatibility with the STM32CubeIDE or something, but its sure a good way to waste a couple of hours!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, nearly have this ready to start debugging, but compiling with minimal debug set, I´m getting 2 errors:
make: *** [makefile:109: default.size.stdout] Error 1 mchf-uhsdr C/C++ Problem
make: *** Waiting for unfinished jobs.... mchf-uhsdr C/C++ Problem
Anyone had this error? It seems to be a memory overflow on 1024KB STM32F407VG
Edit: It wasn't this, the STM32CubeIDE and probably Eclipse seem a little unstable, I had to create a new debug configuration as the toolchain updates seem to have corrupted it. For some reason the IDE isn't resetting to the reset address in the vector table, no idea why, so I had to read them and set the address to start debugging. Probably some incompatibility with the STM32CubeIDE or something, but its sure a good way to waste a couple of hours!
Beta Was this translation helpful? Give feedback.
All reactions