I have retarget fgets() and fputs() to ITM_ReceiveChar and ITM_SendChar.
When i test fgets() to get a string form Debug View, i find i can not input a new line charater (0x0A). Push "Enter" just send 0x0D, not 0x0A.
How input a new line char form Debug View?
great thanks.