• Problem with printf()
    Hi, when I use printf("12345"); on the serial window #1 , I can only see 1234 so I wonder (1) where is the character '5', (2) why only "1234" is printed. (3) Has '5' already been sent...
  • Printf problem..
    Hi, This is my program. int a = 0x0A; printf("%c",a); Why is it that the output from the serial port is 0x0D and 0x0A instead of just 0x0A itself? Thanks..
  • 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...
  • M0 UART &ADC problem
    HI I have a receiver to receive data from the UART TX, I want to receive data in the RX, 8-BIT data at the same time the level of "1" when doing ADC conversion. My laboratory to receive three LED...