• STM32F4 Discovery ADC continuous conversion single channel
    Hi everybody, I've started to use the STM32F4 Discovery, now I'm trying to use the ADC as single channel in conitnuous mode without DMA, i doesn't work , is it posible to do it? #include "stm32f4xx...
  • MultiChannel(Scan) Continuous conversion mode of ADC sampling returns all 0s:
    MultiChannel(Scan) Continuous conversion mode of ADC sampling returns all 0s: Hi, I am using 6 ADC channels ADC_Channel_15,ADC_Channel_14,ADC_Channel_13,ADC_Channel_11, ADC_Channel_4,ADC_Channel_6...
  • Sprintf doesn't work correctly?
    Hi, First of all, I'm programming the T89C51CC01 Microcontroller using C51 with Keil µVision4. My head teacher wrote the following header file for it (source file also included) -- it's German: ...
  • 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;...