Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] converted 16-bit-ADC value on LCD

Status
Not open for further replies.
If your VSSA is 0V and VDDA is 3.3V and ADC input is 3.3V then your 16 bit raw adc value will be 65535 (0 to 65535). Use unsigned int 16, float or double type variable to read in the raw adc value.


Code C - [expand]
1
ADC_Ans * 3.3 / 65535 //If ADC_Ans = 65535 (3.3V) then 65535 * 3.3 / 65535 = 3.3V

 
I got the answer. So it's Solved

- - - Updated - - -

I get the Answer. So problemn Solved..
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top