• ADC Single Conversion Sample
    Hi I am currently having a issue about ADC conversion because I always get the first wrong ADC sample but get correct reading after second try. I assume it is reading dummy data. Now I tried...
  • ARMLPC 2148 ADC SAMPLING RATE
    I done this code for ADC its doing the conversion well ., Now I want to sample the ADC values , This is my code . In this code where I want to sample . In which place I want do sample. How to sample...
  • ARM LPC 2148 ADC Sampling Rate
    How to detect the ADC sampling rate while we using USB 2.0
  • What's the minimum time between samples on ADC of STR912F?
    Hi, I'm trying to sampling a sinusoidal wave with frequency of 60Khz, put the ADC tooks about 7us to do one conversion. (using fadc = 24Mhz, continuos mode and only one channel enabled). My question...
  • Filtering adc samples using FIR filter
    Hi all, I am interfacing a 16-bit ADC to my arm MCU and I want to filter out noise. I have performed the steps below using the ARM DSP library and I want to ensure that I am doing stuffs correctly...