4 years, 6 months ago.

Bootloader not jumping to the application address

I am trying to read bin file from SD card and writing into flash memory. and trying to jump the application location.

My observation :

It is successfully writing into Flash memory.

Maybe it is stuck with SDIO IRQ.

Please, can you suggest to me, what could be the issue? I attached my code./media/uploads/Rajkumar181/bootloader.h /media/uploads/Rajkumar181/main.c /media/uploads/Rajkumar181/bootloader.c

1 Answer

4 years, 5 months ago.

Hi Raj,

We have a bootloader example below, which use SD card as well.

https://github.com/ARMmbed/mbed-os-example-bootloader

It is been proved working, you can refer to the example.

Regards, Desmond