This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ADC activation in LPC2148

i am doing my project on LPC2148.
when i interfaced the ADC AD0.1, there is no error while compiling. When the code is debugged the result is displaying in the global register and interrupt pin ADINT is showing "1" and the result appeared is zero. Please suggest any solution to this.

Another problem is that Lcd functions which refer to lcd.h included file are showing an error called " function declared implicitly" .

Parents
  • So do you have any good voltage reference?
    Do you have any voltage to measure?
    Do you have initialized all registers needed?
    Is the ADC powered?
    Do you start any conversion?
    ...

    What makes your code different from the Keil reference code using the ADC?
    What makes your hardware different from the Keil evaluation boards?

Reply
  • So do you have any good voltage reference?
    Do you have any voltage to measure?
    Do you have initialized all registers needed?
    Is the ADC powered?
    Do you start any conversion?
    ...

    What makes your code different from the Keil reference code using the ADC?
    What makes your hardware different from the Keil evaluation boards?

Children