Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ntq1633

  1. N

    8051 interfacing with 6264 RAM

    Thank you !!! I made it !!!
  2. N

    8051 interfacing with 6264 RAM

    I have written the code to display 1234 on the led. But it has not worked. I'm confusing ! ORG 2000H LOOP: MOV A,#0E4H ;number 4 CALL DISPLAY MOV A,#0D3H ;number 3 CALL DISPLAY MOV A,#0B2H ;number 2 CALL DISPLAY MOV A,#071H ;number 1 CALL DISPLAY JMP LOOP DISPLAY: MOV DPTR,#0000H...
  3. N

    Atmega8: generate wave using AVR Timer

    I want to generate PWM wave of 50Hz using Timer 2 in Atmega8. Could anyone help me ! Thanks !
  4. N

    8051 interfacing with 6264 RAM

    8051 interfacing with 6264 RAM and 7-Segment LED I have a schematic of 8051 interfacing with 6264 below, but I think it's problem. Could anyone to tell me what the problem with my schematic is. **broken link removed** Thank you !

Part and Inventory Search

Back
Top