• STM32F746-Multi channel ADC with DMA Problem
    Hello, I am trying to implement multi-channel adc with dma. I am using STM32F746 Discovery Board. But seems not working. Here is my initialization functions : First, here is my buffer that fills...
  • STM32F746-Multi channel ADC with DMA Problem
    Hello, I am trying to implement multi-channel adc with dma. I am using STM32F746 Discovery Board. But seems not working. Here is my initialization functions : First, here is my buffer that fills...
  • CubeMX - Multiple Channel ADC+DMA
    I Can't found reference for read all substract of array in MDK V5, where is the code generate from CubeMX it's activate adc1, adc2, adc3, adc5, adc6,& adc7. can any one help me ? uint8_t ADC_buffer...
  • CubeMX - Multiple Channel ADC+DMA
    I Can't found reference for read all substract of array in MDK V5, where is the code generate from CubeMX it's activate adc1, adc2, adc3, adc5, adc6,& adc7. can any one help me ? uint8_t ADC_buffer...
  • DMA and multiple ADC channels with different buffer sizes
    Hi I'm using DMA with ADC1 channels 12 & 16. ADC1 Channel_16 is the core temperature. The code below works ie when the DMA flags the DMA_Buffer contains 800 samples, 400 for Channel_12 400 for...