Understanding some ADC instructions in STM32 F4
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
ADC_CommonInitStructure.ADC_Mode = ADC_Mode_Independent; ADC_CommonInitStructure.ADC_Prescaler = ADC_Prescaler_Div2; ADC_CommonInitStructure.ADC_DMAAccessMode = ADC_DMAAccessMode_Disabled;ADC_InitStructure.ADC_DataAlign = ADC_DataAlign_Right;
0
http://stackoverflow.com/questions/34907325/understanding-some-adc-registers♯
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
0
http://stackoverflow.com/questions/34907325/understanding-some-adc-registers♯
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
0
http://stackoverflow.com/questions/34907325/understanding-some-adc-registers♯
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
0
http://stackoverflow.com/questions/34907325/understanding-some-adc-registers♯
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
0
http://stackoverflow.com/questions/34907325/understanding-some-adc-registers♯
I am trying to program an adc in stm32f4. I want to know what are the roles of these five instructions?
#stm32-adc