Posted on October 15, 2014 at 12:41The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 15, 2014 at 17:36/** * @brief Calibration and initialisation phases for the ADC1 in differential mode * @param None * @retval None */void calibrate_Diff_ADC1 (void){ uint32_t calibration_value=0; ADC1 ->CR &= ~ADC_CR_ADVREGEN...