printf redirection no longer working after bootloader jump
Hi there,
I'm experimenting to develop my own bootloader on a NUCLEO-H755ZI-Q board using CubeIDE environment.
I prepared 2 "standard" projecs dedicated to the bootloader and to the application respectively.
On the Bootloader side, I redirected the printf output to the USART3 for debugging and it works fine.
Doing the same on the application side, printf is no longer working after jump from bootloader (no messages at all).
I already tried the HAL_UART_Transmit function and the peripheral seems work properly.
I already tried the HAL_UART_Transmit function and the peripheral seems work properly.
I verified syscall.c file is present... so what is missing?
