Posted on October 09, 2014 at 19:27
For Adc1 I am still reading 0.0, but Adc2 and Adc3 are fine. Any ideas?
Where do you go to check theCDR_ADDRESS for ADC1, ADC2, and ADC3?
The data sheet of my STM32F207-SK board is located
...
Posted on October 07, 2014 at 21:10I have a STM32F207ZG-SK board, and I want to configure pin B0 and A6 to read analog values from another board.Did I do the setup for pin B0 and A6 correctly? I checked to see if it has ADC and it does, so I just ch...
Posted on October 14, 2014 at 20:29Hi Clive1, Thank-you so much for your reply, and showing me the correct reference manual. I was able to get triple mode working. Cheers, - Lux
Posted on October 09, 2014 at 22:34It seems like when I change DMA_Mode from DMA_Mode_Circular to DMA_Mode_Normal, it works but the data is no longer continuous. Also, in the reference manual it says that DMA mode 1 is used for triple mode. What doe...
Posted on October 09, 2014 at 02:49Hi clive1, Thanks again for your response. I found two errors that I did, thanks to your comments :)1. ADC_CommonInitStructure.ADC_Mode = ADC_TripleMode_RegSimult;2. RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1 | RCC...
Posted on October 08, 2014 at 20:40 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids...
Posted on October 08, 2014 at 15:26Thank-you for your reply clive1. I'm still getting 0.0 as my values for Adc1 and Adc2, any ideas why?So I placed my reading for Adc1 and Adc2 in the interrupts. I'm fairly new to this. Thank-you so much for your pa...