• enable channel in ADC
    How to enable the first five channel in the analog to digital convert AD7739?
  • Multi Channel ADC not working
    I am trying to implement the multi channel ADC in LPC1768 by interfacing it with the 3axis accelerometer.Basically am fetching the data from the sensor and sending it to a android application using a...
  • 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;...
  • 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...