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 arsal.javaid

  1. A

    frequency counting using 8051

    i have written the following code in keil to calculate frequency of pulses coming on 8051 microcontroller. but the code does not work well #include <reg51.h> void msdelay(unsigned int); void main( ) { P1=0x00; P2=0x00; T0 = 1; //(make T0 an input) TMOD = 0x05; // 0000 0101 (C/T = 1, mode 1) TL0...

Part and Inventory Search

Back
Top