MB1034B STM32F0DISCOVERY Problems on ADC multichannel
Posted on September 10, 2012 at 11:10I've a problems to use the multiplexer on analog channel:this is my init procedure:typedef enum{ ADC_VCH, ADC_TEMP, ADC_REF, NofAnalogIn} t_AnalogIn;unsigned short ACDValue[NofAnalogIn];&sharpdefine R...