Hello!As the title says, I haven't managed to get the printf function to work on my STM32H7 MCU. I am using the Nucleo-H745ZI-Q with STM32Cube MX and Keil. Here is the code I'm using:#include "stdio.h"
/* USER CODE BEGIN 0 */
#ifdef __GNUC__
#defin...