UART Printing does not work when Interrupts are enabled and Link Time Optimization is on
Hi,I have some strange problem with UART printing. It does not work when Interrupts are enabled and Link Time Optimization is used. Or rather the UART prints the first character and then seems to get stuck. If I either disable interrupts in the code ...