• About on-chip ADC of ST3434E
    Hi, everyone: Does anybody has used ST3434E before? The easiset ADC gets me confused. Following is my code: #include <ST/upsd3400.h> #include "DATATYPES.H" #include "ADC.h" sfr16 ADAT = 0x95;...
  • About on-chip ADC of ST3434E
    Hi, everyone: Does anybody has used ST3434E before? The easiset ADC gets me confused. Following is my code: #include <ST/upsd3400.h> #include "DATATYPES.H" #include "ADC.h" sfr16 ADAT = 0x95;...
  • 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...
  • 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...
  • Differences in programming 8-bit ADC and 12-bit ADC
    Hi, I am currently trying to modify an existing code to display 12 bit data (C8051F206) instead of 8 bit data (C8051F226). When I download the existing codes and run the program, my LCD is able...