• Usage of full 256 bytes of AT89S52
    I want to use full 256 bytes of RAM of 89S52. I am neither using Interrupts nor Timers. KEIL gives error of overflow over 128 bytes. I want to use SFRs RAM area to be included for my program(for float...
  • Usage of full 256 bytes of AT89S52
    I want to use full 256 bytes of RAM of 89S52. I am neither using Interrupts nor Timers. KEIL gives error of overflow over 128 bytes. I want to use SFRs RAM area to be included for my program(for float...
  • 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...