STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_ADCEx_EndOfSamplingCallback in DMA mode?

Is it possible to make HAL_ADCEx_EndOfSamplingCallback fire when ADC is running in the dual mode with DMA .More specifically: On a NUCLEO-H723ZG, the ADC is started by HAL_ADCEx_MultiModeStart_DMA() and ADC2 is a slave to ADC1. The ADC conversion is ...

pimaty by Associate
  • 150 Views
  • 0 replies
  • 0 kudos

Resolved! ADC example for several channels polling?

Can anybody point me to example of two or more ADC channels polling?​I'm trying to measure two channels of one ADC but it looks like it reads one channel twice​Initialization:static void MX_ADC1_Init(void) { ADC_MultiModeTypeDef multimode = {0}; ...

Pavel A. by Evangelist III
  • 7658 Views
  • 14 replies
  • 0 kudos

Resolved! How fast is ADC able to work with USB?

Hello, I am trying to send ADC data (12 bit) to pc with USB as fast as possible. Now I am using STM32F405 and configured ADC like picture below. Those data of ADC is transfered to the pc by interrupt of DMA which is cirucular mode. And the data trans...

SShir.2 by Associate II
  • 1472 Views
  • 5 replies
  • 0 kudos