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.

pulse width measurement with at89c55wd

Status
Not open for further replies.

ancymuhammed

Newbie level 5
Joined
Jan 11, 2010
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
ernakulam
Activity points
1,367
pulse width measurement

Respected Experts,
I have an issue regarding the pulses of unknown frequency.

I am equipped with the following things:
1) I have an at89c55wd based development baord.
2)I have an unknown frequency source.

My Purpose:
I want to measure the pulse width of the unknown frequency that
will be fed to at89c55wd.

My queries:

1) I dont know to which pin of at89c55wd, these unknown frequency
pulses has to be fed inorder to measure the pulse width.

2) Please let me know what logic has to be used to calculate the
pulse width after these pulses(unknown frequenc pulses) are fed to an
appropriate pin of microcontroller.
 

pulse width measurement

Hi,
What are the posibble puls widths pls?
From a older topic: h**p://zone.ni.com/devzone/cda/tut/p/id/2875
Here is a SW for 16F628:

K.
 

Re: pulse width measurement

The range of pulse width is from 1.8 ms to 18ms
 

Re: pulse width measurement

You have to feed this signal to INT0 and INT1 pins ..
Set INT0 to be active at the rising edge, set INT1 to be active at the falling edge ..
On INT0 start timer, on INT1 stop timer ..
It’s up to you which (16-bit)Timer you choose ..
..easy-peasy-lemon-squeezy..

Rgds,
IanP
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top