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.

AM3358: am3358 sitara processor

Part Number: AM3358

Hi im unable to print floating numbers on uart terminal 

I'm using stdio.h and other too but not printing

ADC_data=(~ADC_data);
ADC_data=ADC_data+1;
ADC_data=ADC_data&0x00FFFFFF;
ADC_data=(ADC_data>>6);
//printf("ADC_data=%x\n\r",ADC_data);
Voltage=((float)(ADC_data/262143.0)*(20));

printf("%f",vtg);