ELF loading crashes the device while HEX doesn't ?
I am using STM32F030R8T6, with 64kB flash size. Now I have <1k space left in the flash and whenever I load the ELF file with Atollic TrueSTUDIO the device doesn't work. The watchdog keeps resetting the device. However if I load the .HEX file, everything seems to work. I am a bit concerned and worried what is the problem? Because as soon as I delete something and the free space is >1000 bytes the ELF works. Does anyone know of this problem ?