Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
user_1902111
Level 1
Level 1

In my application i am calling Bootloadable_Load() function after button press and i am not able to come out of that function if i didnt start bootload host application.

I need to know if there is any timeout function for coming out of Bootloadable_Load() function.

0 Likes
1 Solution
Anonymous
Not applicable

If you are overwriting the previous application code in the bootloader (based on which bootloader stack you are using), then it will be impossible to retain the previous code as it has already been rewritten. You would need to re-bootload the old image to replace the new (half-done) code with the old code.

View solution in original post

0 Likes
3 Replies