• ADC Problem
    Hi everyone, I'm getting started with ARM microcontrollers and I'm having a issue with ADC in LPC2148, I'm trying to make work a code that is supposed to read the analog input in AD0.6 (P0.4), and show...
  • Problem with ADC
    HI, I have a problem.The code brought following should insert, with an interval of time defined in "T3", in a vector, Result [NUM], 100 values from the channel 0 of the converter A/D. Subsequently...
  • Problem ADC with DMA of STM32F303
    Hi, I want to test my ADC1 with DMA but doesn't work and i don't know why. I spent a lot of time to debug but no success, can you please help me on this. I m working with STM32f3 discovery. The...
  • Problem in ADC initialization
    Hello everyone, I am using lpc2378, I had initialized ADC0 for channel 1 at pin P0.24 in polling. But it is not working. I have given 1V to the pin but it reads only 0. Please check this initialization...
  • 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...