2011-02-28 01:39 AM
ADC vref issue
2011-05-17 05:26 AM
Perhaps it would be useful to specify the part you are using and how you have it wired?
2011-05-17 05:26 AM
2011-05-17 05:26 AM
2011-05-17 05:26 AM
Hi,
I tested like you did. And I getVREF value1 1521 VREF value2 1560VREF value_1_32 1559 I figure out that I have to place this statement /*! Enable Vrefint on channel 17 */ADC_TempSensorVrefintCmd(ENABLE);After ADC_DeInit(ADC1);Then is no changes if I put upper statement(ADC_Temp) besideADC_Cmd(ADC1, ENABLE);or after calibration.I check the manual and see that I have to place it beside ADC_Cmd(ADC1, ENABLE);thank your,S