STM32VLDISCOVERY - ADC: unexpected behavior
Posted on June 29, 2013 at 13:24Is it possible to use ADC without configure GPIO for AIN? For example, if the lines below are commented in the program, can ADC still work? // GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; // GPIO_InitSt...