• regarding adc code for lpc1768
    hello, what is the sampling rate of a lpc1768 mcu board? how to v get to know the value of adc at time t1, t2, etc... what is the code used for getting the output on hyperterminal this way.... ad0...
  • 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...
  • 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...
  • 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...
  • asin function on LPC1768
    Hello I am using LPC1768 for a motor control application. The motor will be controlled with a series of pulses each of 2us wide. I use a asin function to calculate the time between two pulses...