2013-05-08 06:27 PM
how i can know if the Vrefin its On?, because im enable and disable
ADC_TempSensorVrefintCmd(); and i get the same values on data registrer :s #discovery #discovery #stm32l #stm32l2013-05-09 10:38 AM
if (ADC->CCR & (uint32_t)ADC_CCR_TSVREFE)
puts(''TempSensorVrefint ON'');2013-05-09 12:42 PM