• ADC
    What is the difference between Serial ADC and Parallel ADC?
  • LPC21xx ADC Problem
    I have just started writing a simple application for the LPC2129. I have a problem with polling the DONE bit of the ADC. The ADC clock is 3.68 MHz. I set the ADC to be 10 bits, single shot. I start...
  • problem with printf() and ADC
    Hi, I mentioned last week (in "problem with putchar()" thread) that I found my code acting strange when a variable called counter1 keeps incrementing while printing values to the serial port during...
  • problem with example problem UART output
    From keil code examples C:\ADuC_Beta702x\Code\Keil Code Examples\UART\UART1 #include <ADuC7026.h> extern int write (int file, char * ptr, int len); // Functions used to extern int getchar (void...
  • UART interrupt problem
    Hi, I have written code which has UART0 setup to interrupt on THRE and RDA events, however when I get an interrupt the value of U0IIR is 0xC1 which makes no sense. If I set a break point on the...