Hai Sir,
i am using kinetic design studio (KDS-v2.0.0) using TWR-KF120M tower board.with on-board OSJTAG(P&E Micro) circuit .i enabled semi hosting using telnet on debugg setting to monitor register value using semihosting console.
when i was using K40 with segger jlink i able to use it.
But when i am using TWR-KF120M OSJTAG P&E Micro it print only one character
for example printf("value=%d",100);
the result it print only v
if i am using printf("\nhai");
it prints \
please tell me how to solve this