Replies: 1 comment
-
Hi @vailatis And try to do the same using an example F7 project like this one: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F746ZG-Nucleo/Examples/ADC/ADC_RegularConversion_DMA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've looked inside any part of the code, but examples are only available for F1 and F4 processors that uses maple library. For an F7 processor, the only examples about ADC and a simple "analogRead" that give very slow performance, i cannot read faster that 2 mSec intervals.
Are there any example, or something to follow in order to make an STM32F746ZG Nucleo-144 board to be able to create a Multichannel ADC with DMA code in order to sample 2 or more ADC channels in a faster way?
Beta Was this translation helpful? Give feedback.
All reactions