how to use ADC in STM32f0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-08-05 7:20 PM
Posted on August 06, 2014 at 04:20
hello
i'm begineer in stm32f0 series and i'm from indonesiai'm use coIDE to making code for stm32f0i have reading example ADC Trigger in coIDEwhat i want to ask is /* Configure ADC Channel11 as analog input */ GPIO_InitStructure.GPIO_Pin = GPIO_Pin_1 ; // how we knows is PC1 is adc channel 11? // so where another channel? GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AN; GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_NOPULL ; GPIO_Init(GPIOC, &GPIO_InitStructure);and about reading ADC from single channel, how to make code to ouput data from that single channeland how to calibrate voltage reference of the ADC?help me please #dma #adc #stm32f0
Labels:
- Labels:
-
ADC
-
DMA
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
