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.
try reading Jørgens response here: devzone.nordicsemi.com/.../printing-float-number-with-nrf_cli_fprintf-function,
in addition, using __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "message test "), is a better debuging output, since it outputs additional infomation which might be usefull