Closed
Description
It's perfect that the normal Arduino way of reading an ADC is working.
But it is not working to read the internal temperature sensor.
For example this is not working:
ADCValue = analogRead(ADC_CHANNEL_TEMPSENSOR);
but i found the value ADC_CHANNEL_TEMPSENSOR defined in stm32f1xx_hal_adc.h.
Is there an alternative way?
Thanks in advance.