• Manipulation of 12 bit ADC data using C programming
    Hi all, My current ADC configuration is such that ADLJST=0, that is ADC0H[3:0]:ADC0L[7:0]. What should I do to my code (underlined bold) below to handle both ADC0H and ADC0L ? Thank you. ...
  • Manipulation of 12 bit ADC data using C programming
    Hi all, My current ADC configuration is such that ADLJST=0, that is ADC0H[3:0]:ADC0L[7:0]. What should I do to my code (underlined bold) below to handle both ADC0H and ADC0L ? Thank you. ...
  • 10 Bit ADC
    First, I thank keil.com for this forum... I am using C515C, and I connected it to an LCD. When I convert an analog signal coming from P6.1 to 8 bit, the output is right. But when I convert...
  • 10 Bit ADC
    First, I thank keil.com for this forum... I am using C515C, and I connected it to an LCD. When I convert an analog signal coming from P6.1 to 8 bit, the output is right. But when I convert...
  • HELP ME TO INTERFACE ADC WITH 8051 USING C CODE FOR 8-bit ADC
    Iam trying to write c code for interfacing 8-bit ADC with 8051. The conditions are simple I NEED TWO O/P for example 09,0A,0D,AB,CD,DE,EF,FF, BE be my i/p to my 8051 IF I/P IS <CD O/P SHOULD BE AT P2...