Other Parts Discussed in Thread: UNIFLASH, EK-TM4C123GXL
Is there any solution run bootloader properly after power down device when loading program ?
How can i write a flag into flash memory when loading program done ?
How can i check this flag in StartApplication when bootloader starting ?
I read bl_startup_ccs.s file.
There is a prototype for the function (in the startup code) for calling the application.
void StartApplication(void);
Also, there is a UpdateHandler.
I did not figure out how that functions work.
