Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 2 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
5 years, 1 month 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