• 8051
    I run the following program in keil software....it shows 18 error....all the errors are undefined identifier error.... MAIN.C(7): error C202: 'k': undefined identifier MAIN.C(10): error C202: 'v'...
  • 8051
    Hi, I wish to write a program for the 8051 Micro-controller to interface DTMF(MT8889C) using 8051 Assembly language(uVision2). So, does anyone have a clue or know the source code for the above application...
  • 8051
    I'm useing a RS-232 to connect a computer and a 8051. The computer is the master . Does anyone have a program in C that I can disect? Thanks
  • 8051
    hi...could somebody describe the architecture of an 8051 microcontroller cpu?
  • 8051
    hi, i configured timer for 100 us and toggle the port pin in 100us timer interrupt and trying to observe that pulse on scope but unable to observe in scope.. can anybody help on this?