Jump from bootloader to application takes about 320ms, the MCU type is STM8S208 MB
I made one bootloader then jumps to the application code, I set one GPIO pin as low before jump instruction then set GPIO pin as high at the beginning of the application code.
1, However, it takes so long time when measured by oscilloscope about 325ms.
and the bootloader runs well, I suspect what does the MCU do during that time why it takes some time?
2, another question is that during running in bootloader, I initialize the clock, gpio, after the code jumpes into the application, should I re-initialize the clock again, what will happen if I do not initialize?
Thanks

