• 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...
  • MCB1700 ADC Problem
    Hi everyone, I was trying the ADC polling example (with some mods) and the MCB1760 dev board. For some reason, the ADC value never reaches the max value (0x0FFF). The max value I got was 0x010A for...
  • 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...