Resolved! printf calling default __io_putchar instead of redefinition
I am using the Nucleo-H743ZI with a c++ project, and have used this code many times before with this board and c++; however, now the printf() function no longer prints to uart:int __io_putchar(int ch) { HAL_UART_Transmit(&huart3, (uint8_t*) &ch...