• 8 channel ADC into Array via DMA
    Has anyone have code sample to demonstrate how to transfer 8 channel ADC into memory (ADCArray[8]). I'm having issue with interrupt between ADC and DMA. Is there way for interrupt to trigger...
  • 8 channel ADC into Array via DMA
    Has anyone have code sample to demonstrate how to transfer 8 channel ADC into memory (ADCArray[8]). I'm having issue with interrupt between ADC and DMA. Is there way for interrupt to trigger...
  • DMA Trigger via input GPIO Pin
    Hi, is it possible to start a DMA transaction by a falling edge on a GPIO pin? I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is...
  • DMA Trigger via input GPIO Pin
    Hi, is it possible to start a DMA transaction by a falling edge on a GPIO pin? I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is...
  • ADC TO DMA TRANSFER, averaging data in DMA COLLECTED IN 15 SECONDS
    I would like to transfer the data coming to ADC to DMA and average the data collected in 15 seconds. I could able to read the values from ADC BUT here are my problems: 1.I am using industrial acceleromoeter...