Question
Why is the debugging output not working on my Nucleo STM32F303K8 Board
Hello
My toolchain is CubeMx + Keil
I generated a brandnew environment using CubeMx.
I did all the steps explained at http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_printf_viewer.htm
Just before the main while-loop I entered the line printf("\nstart");
compiling is error free
There is no output in the debug-window and the program seems to crash at the printf line.
Thank you for help