• 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...
  • 7 Channel ADC with DMA
    Hi; I want to read 7 channel ADC value with DMA. Firstly Init ADC Settings; void ADC_INIT(void) { //ADC_ChannelConfTypeDef sConfig; hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1;...
  • 7 Channel ADC with DMA
    Hi; I want to read 7 channel ADC value with DMA. Firstly Init ADC Settings; void ADC_INIT(void) { //ADC_ChannelConfTypeDef sConfig; hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1;...
  • 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...