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.
Tool/software: Code Composer Studio
Hi,
I have a issue in printing a float value through UART in TM4C123GH6PM. If i
volatile float value = 5.012;
UARTprintf("Decimal forum:%f\n",value);
UARTprintf("Hex Forum:0x%X\n",value);
I am facing a problem to printf a float value.Can any provide me how to clear these issue.
Hi,
So what i want to do for these,because i am getting all my data in form of float.How i can overcome these issue.Can any one provide me.