Hi,
I want to use channel 3 and the internal temperature sensor of stm32f051.
I read the reference manual of the micro and I tried to use it, but unfortunately, my code does not work.
Please help me.
Thanks and Best Regards,
The code:
#include <stm32f0xx.h>
short ADC_Result[2]={0,0};
char...