• 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
    Dear Sir:how can i access data from program segmentin assembly? 1. winbond w78le54p 2. using A51 & BL51 in uVision2.
  • 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
    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?