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.

CCS/TM4C123GH6PM: FACING A PROBLEM WHILE PRINTING A FLOAT VALUE

Part Number: TM4C123GH6PM

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.