Hi I want to use Printf() in the DT2 but it cannot output msg to terminal. I used hal_uart_config() to config UART TX/RX/Baudrate... in mail.c then call hal_uart_put_str("123\n"); and it can show "123" on Terminal but call Printf("123\n") and it cannot show "123" on terminal.
Could you tell me why?
Atlas