This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bootloader Run Twice

I have extend bootloader to about 18kB (0x3B800), and add uart module in it.

When I receive host command, I'll write a flag to flash via pstorage module, and use NVIC_SystemReset() to goto bootloader (by flag) and enter DFU process.

But the UART log that I dump on bootloader init, it runs two times. I think it reset two times when I call NVIC_SystemReset().

And the time between duplicated log is not same, it affects the host re-link action.

Is that the normal behavior?

Parents Reply Children
No Data
Related