380 microsecond pulse generator code

Thread Starter

faheemmalik

Joined Dec 15, 2010
1
How to generate 380 microsecond pulse through 8051 microcontroller ... can any one help me to write the complete code and circuit diagram if possible. I dont know much about micro controller programming. I need this pulse generator to test an electronic component. ....
 

beenthere

Joined Apr 20, 2004
15,819
Does the 8051 have internal timers? If so, you should be able to load values into one and measure how much time it takes to count down to 0. You may get lucky and find some value that takes 380 microseconds. If one won't do, use two, where one counts down and then the other.
 
Top