Hi,
is there any Example to use the UART ? I need an monitor while the application is running, is the UART COM Port the right one for this?
Is there an example with the app_uart?
Best regards Nils
Hi,
is there any Example to use the UART ? I need an monitor while the application is running, is the UART COM Port the right one for this?
Is there an example with the app_uart?
Best regards Nils
Check that the library you are linking to includes floating point support. Make sure text_buffer is big enough. Use the debugger, try tests with simple thing like this: sprintf(text_buffer, "%6.3f", (float)12.345);