Hi!I am using ADC1 to convert two channels continuously. The two channels are VrefINT and Temperature sensor. However, for some sampling rate I find that ADC1->DR contains only temperature data and for other sampling rate, ADC1->DR contains only Vref...
Thank you. I got the idea.So even the const variables doesn't live until the end of the whole program??? As far as I know they are stored in ROM, am I right? Compared to const, static variables lives until the end of program execution!!