IAR: How to redirect the printf function to a UART
Originally a comment on the How to redirect the printf function to a UART for debug messages Knowledge Base article.
Moved to main forum for better visibility & discussion
Hello @ST AME Support NF ,
I have tried example code.
..\Repository\STM32Cube_FW_F7_V1.17.2\Projects\STM32F746ZG-Nucleo\Examples\UART\UART_Printf
In ST CubeIDE and MDK-ARM it's working fine but in IAR(EWARM) IDE it's not working.
I tried to implement _write function but it's not triggered whenever i call printf.
Please guide me to implement this in IAR IDE.
