• 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...
  • 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...
  • 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...
  • 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...
  • STM32F103 ADC 8 bits
    What is the correct way to use the ADC with only 8 bits? RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1, ENABLE); ADC_InitStruct.ADC_ContinuousConvMode = DISABLE; ADC_InitStruct.ADC_DataAlign...