Hi eveyone, i am using stm32f207zg and i want to do a multi channel conversion with adc1. The input pin are PA5 e PA6. The problem is when i play the program: in particulare using debug i note that adc doesn't conversion as the sequence is defined.
int main(void){ double digital; char Stringa[20]; int x=1,k,j,i=0;RCC_CFGR=RCC_CFGR|0xE000; //clock divided by 16---->APB2 pheripherals CLK = 1MHz RCC_APB1ENR=RCC_APB1ENR|0x20001; //abilitazione clock per TIMER2 e USART2 RCC_CR=RCC_CR|0x1; R...