• ADC
    What is the difference between Serial ADC and Parallel ADC?
  • lpc2368 ADC 2,3 not working
    Hi I have written some code for reading ADC on LPC2388 The code is working for ADC0 and ADC1 but the result is always zero for ADC2 and ADC3 Here is my code: void InitADC() { PCONP |= 1<<12;...
  • How serial ADC works
    Hello I am new to MC and adc can anyone tell me how a serial ADC works
  • LPC2148 ADC working but incorrectly
    hey i am using LPC 2148. and configured the hardware for taking the analog signal at P0.28 which is ADC0 channel 1. i am using following code but the output stays 0 or 1023 only. my hardware...
  • LPC2148 ADC not working properly.
    Hello, i am using LPC 2148. and configured the hardware for taking the analog signal at P0.28 which is ADC0 channel 1. i am using following code but the output stays 0 or 1023 only. i have...