• average of an array
    In my project i am incrementing my array 1 and want to find the average of it. But unfortunately my code is correct when i debugged but it gives an erroneous output when print the output. I will...
  • AT89C51 average sampling rate
    Dear all, I'd like to use AT89C51 for sampling. The samples are going to store in a external RAM. Is the sampling rate equals the oscillator attached? I heard that the max rate is less than 500ksps...
  • ADC routine for 8051F020
    I am using C8051F020 chip (C8051F020DK kit) from Silicon Laboratories. I am trying to use ADC. Can anybody share the routine in keil 'C' for the above. I want to use internal VREF. Thanks JPRAO
  • Routine for Serial ADC (MAX187)
    Does anybody in this forum knows where I can find a C serial routine to interface to a MAX187 Serial Analog-to-digital converter? I have tried to develop my own for several days now, and it is still...
  • ADC TO DMA TRANSFER, averaging data in DMA COLLECTED IN 15 SECONDS
    I would like to transfer the data coming to ADC to DMA and average the data collected in 15 seconds. I could able to read the values from ADC BUT here are my problems: 1.I am using industrial acceleromoeter...