User Activity

I'm using the STM32F0 Discovery (STM32F051R8T6) and trying to measure temperature via an ADC input. We're using the formula: VChannel = (3.3V * VREFINT_CAL * ADC_DATA) / (VREFINT_DATA * fullscale), but we are unsure what to use as the VREFINT_DATA va...