Hello,
I am using Segger and nrf52840 dk. I want to print float value in debug terminal but the value is not getting printed.
I did this-- printf("%f cm\n", temp);
in debug terminal I am getting-
cm
cm
...
Can someone please help.
Thanks.
Hello,
I am using Segger and nrf52840 dk. I want to print float value in debug terminal but the value is not getting printed.
I did this-- printf("%f cm\n", temp);
in debug terminal I am getting-
cm
cm
...
Can someone please help.
Thanks.
Project Options > Common > Printf/Scanf > Printf Floating Point Supported > Float
Project Options > Common > Printf/Scanf > Printf Floating Point Supported > Float