I setup my custom board with STM32F401RE. I am using the HSI a the moment with configuration shown in the image below. All I am doing is printing some lines using this function on the UART2:#ifdef __GNUC__
/* With GCC, small printf (option LD Linke...