Uart not working when Bootloader is present.
Hi,
i have a simple bootloader and a application on top. Both works fine so far. But after the implemented the bootloader my UART2 is not working anymore. so no output.
When i remove the bootloader (change linker file and system... file) UART function is back like nothing happens.
I tried to configure the uart channel in the bootloader as well, but that doesnt helpen.
any idea?
It is a STM32F103C8T6.
