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" .
That means that they are not being expicitly declared by the header file (or anywhere else) - so the compiler just has to assume an implicit (ie, default) declaration.
dictionary.cambridge.org/.../implicit_1
Are you sure that you are correctly including the correct header file, and everything it depends on, and that you have correctly configured any required symbols for conditional compilation...?