• include for 8051f020
    HI! I NEED HELP , I WROTE PROGRAM FOR C8051F020 IN ASM. $INCLUDE (C8051F000.INC) cseg at 0 ljmp main org 2bh ;t2 inter ljmp wave reti wave: clr tf2 cpl p1.0 mov a,p5 cpl a xrl p5...
  • 8051f020 Inrerrupt table or fromal parameter list
    I am writing a ADC0 ISR for 8051f020. But i dont know the interrupt no. for ADC0 Interrupt(AD0INT). Hence i need a interrupt vector table where interrupt nos. may be listed. I am unable to find it on...
  • Routine for Serial ADC (MAX187)
    Does anybody in this forum knows where I can find a C serial routine to interface to a MAX187 Serial Analog-to-digital converter? I have tried to develop my own for several days now, and it is still...
  • Moving average Routine for 24 bit ADC
    Hi I working on a project where i have interfacing 24 bit ADC to AT89s52. I want to implement moving average window method for better resolution. Any one can suggest me how to implement moving average...
  • itoa routine
    Keil provides an atoi (char to integer conversion) function in its standard libraries. I can't seem to find the reverse routine itoa (integer to char conversion). Does one exist? Which library should...