Hello to all:
I'm using SDIO and SDIN for ITM and I can send and receive characters and string via printf viewer window in Keil MDK. All things work properly, But my problem is that when I'm typing a massage to send to microcontroller (with SWD), I expect the characters are displayed one by one in printf viewer window before pressing Enter button in keyboard, just like when you are typing a email in your browser before click on the send icone! But the keil just send my massage after pressing enter and does not show what I wrote.(I may need edit my massage before sending when I'm using scanf APIs). Please help me to fix this problem.
Thank;
YA Ali;