• 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...
  • multi channel weighing
    Hi, I am developming a multichannel(4-channels) weighing system. Thinking of multiplexing each channel to cs5560 Adc. please give any sggestions for the same.
  • ADC multiple channel
    Hello, my question was about one of the methods of opperation for the ATD peripheral. If you have a single conversion mode and a software external even start. How does the converter know which input...
  • Help on ADC channels
    Hi, I use a MCBSTM32E evaluation board, which is composed of an STM32F103ZET6 MCU, and I loaded the measure example provided by Keil. It works perfectly, but I want to add another variable resistor...
  • 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;...