Tool/software:
Hi
I have a strange behaviour with SCIA in polling mode, the problem is present only starting the app from bootloader nor debugging it. The bootloader program SCIA for character i/o then it transfer the app from an external flash to internal ram and jump to the app entry point.
the app setup processor again and setup again SCIA then print the app version on the terminal. Starting from bootloader this will function only if a put a small delay before print the version or I don't call the InitGpio() function in the app, otherwise wrong character are printed out.
Best Regards