cnoviello/mastering-stm32

Custom bootloader example is not running

wiesener opened this issue · 0 comments

Hi,

I've just tried your custom booloader example on a nucleo l073RZ with system workbench and
it always fails with a HardFault:

0xfffffffe
() at 0xfffffff9
__register_exitproc() at 0x8003862
atexit() at 0x800380a
_start() at 0x8000146

I guess it has something to do with the linker script. Do you have a working project available for this board?

Best regards,

Constantin