• ADC & DMA programming issues on STM32F4 Discovery Board
    Hello I’m new to the STM32 world and I’m making some experiments with the STM32F4 Discovery Board. I would like to measure the VBAT and Temperature sensor signals using the ADC1 and the DMA, continously...
  • ADC & DMA programming issues on STM32F4 Discovery Board
    Hello I’m new to the STM32 world and I’m making some experiments with the STM32F4 Discovery Board. I would like to measure the VBAT and Temperature sensor signals using the ADC1 and the DMA, continously...
  • 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...
  • 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...
  • RAM DATA TRANSFERING USING DMA
    Hi everyone, I´m working with an STM32F4 kit + STM32F4DIS-LCD + STM32F4DIS-CAM and I´m trying to use DMA to transfer display data to memory ram. Actually, I´ve achived this but I'm having some issues...