STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA stops due to ADC Overrun

Hi,I have a problem with the DMA seemingly being shut down due to ADC overrun.What I want to achieve: Three ADC channels should be read indefinitely and the values should be written to memory by DMA as soon as they are ready.What's currently happenin...

RPape.1 by Associate II
  • 1482 Views
  • 8 replies
  • 0 kudos

STM32MP157C-DK2 usa ADC DMA

Hi,i try to use a ADM DMA with the board in object.I generate the code with CUBE MX and i add only the function HAL_ADC_Start_DMA(&hadc1, (uint32_t*)&buff, 1); before the while loop in the main.After i start the ADC, the hadc1.State remains in HAL_A...

MZopp.1 by Associate
  • 348 Views
  • 1 replies
  • 0 kudos