User Activity

Posted on May 11, 2013 at 19:44hi , I have a question , when I  calculate the temperature with this code using the formulate in the data sheet:val_adc=ADC_GetConversionValue(ADC1); vsense=(val_adc*Vref)/0xfff;val_adc=(vsense/Avg_Slope)-273.15;in the...
Posted on May 09, 2013 at 03:27how i can know if the Vrefin its On?, because im enable and disableADC_TempSensorVrefintCmd(); and i get the same values on data registrer  :s #discovery #discovery #stm32l #stm32l
Posted on May 07, 2013 at 21:15Hi guys, im trying to use the ADC on my board, but i have a problem,  after  enable the ADC (ADON=1 ),i have to put ADONS=1 to start the convertion,and i dont know how!?,i was reading the datasheet and tu put ADONS=1 i...