Question
printf does not work in example project "LwIP_HTTP_Server_Netconn_RTOS" on Nucleo-STM32F767ZI board
Hi,
I started a new project with selected target of Nucleo-STM32F767ZI board, and followed the instructions from
"How to redirect the printf function to a UART for debug messages"
The printf works in the new project, however, when I did the same in the example project "LwIP_HTTP_Server_Netconn_RTOS", I did not get anything from printf.
I added the following into the main.c of the example project:

and

Regards
Chao
