• Stm32f4 Adc problem
    HI…I am using adc and then usart to send data to pc at timer interrupts.My code was working properly. checked it by sampling a signal from signal generator and displaying it on matlab GUI.But suddenly...
  • Stm32f4 Adc problem
    HI…I am using adc and then usart to send data to pc at timer interrupts.My code was working properly. checked it by sampling a signal from signal generator and displaying it on matlab GUI.But suddenly...
  • 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...
  • 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...
  • ADC & DMA programming issues on STM32F4 Discovery Board
    Hello I’m new to the STM32 world and I’m making some experiments with the STM32F4 Discovery Board. I would like to measure the VBAT and Temperature sensor signals using the ADC1 and the DMA, continously...