Hi all,
I am trying to use semihosting on IMXRT1010 Dev kit with Segger Jtrace pro.
I need to print floating point numbers & hence I am using NewlibNano with printf float and scanf float enabled.
The prints work fine. However, I cannot use SCANF or GETCHAR. GETCHAR always gives me 255 as return.
I see that Redlib(semihost) is able to execute GETCHAR properly. However, when PRINTF prints %f or %d, it fills console with garbage.
My question in a nutshell is. What are the settings to be used ( libraries and others) to
1. get %f , %d working with PRINTF with semihosting
2. get SCANF working
Thanks
Syam K