• LPC1768 ADC not functioning
    I am using LPC1768 for my project. I used the following code to test the micro-controller's ADC on a training board. The code reads the channel 5 of the ADC and puts its value on DAC(polling strategy...
  • LPC1768 ADC instability!!!
    Hello everyone, I'm developing software for embedded systems for medical supposes. In my latest project, I need to read the ADC value for 6 channels of LPC1768 ADC unit. I'm having some problems though...
  • Wrong values from ADC LPC1768
    I have a problem with the ADC in the LPC1768. The user manual says that the ADC is 12-bit but the maximum value of ADGDR register is 0x3FF (10-bit). In my case the ADGDR register values are greater...
  • ADC IRQ lpc1768 problem with 2 ADC
    I have written a code for lpc1768 ADC IRQ with flag to averaging the value and optimized temperature for adc0. my question is how can change this code for both adc0 and adc1 in burst mode in interrupt...
  • LPC1768 coding
    Hi friends.I am new to ARM programming.I am working on NXP LPC1768 processor. There are 8 LED's interfaced to the processor as follows. LED0-P2.0 LED1-P2.1 LED2-P2.2 LED3-P2.3 LED4-P2.4 LED5-P2...