This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843AOP: CLI_write couldn't output float number

Part Number: IWR6843AOP

Hi,there

I'm developing code on mss,and I use CLI_wriite  to output float number through uart.But it didn't work properly.For example,the execution result of the code below was "0.0000 0.00000",not "1.7  2.0".Why was that?

CLI_write ("%f  %f  ", 1.7, 2.0);