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.

Time Delay calculator (8051)

Status
Not open for further replies.

SphinX

Advanced Member level 3
Joined
Jan 25, 2002
Messages
822
Helped
58
Reputation
116
Reaction score
29
Trophy points
1,308
Location
EGYPT
Activity points
7,045
time delay generator for 8051

Hi,

I found a simple program for calculate a time delay for 8051 uc.
I write simple blink program too to test this program.
It's just a led blink every 1s (1000000 us)
I used the delay routine generated from above program.
It very helpful for beginner.

Program+Blink Example in ASM and Proteus here.

Bye
Pharaoh Of Egypt
 

timer delay in 8051

hi, do you have a time delay calculator for PIC?
 

timer delay in 8051

pringles said:
hi, do you have a time delay calculator for PIC?

This was uploaded in past search the forum

Fragrance
 

calculating time delay in c 8051

Hi,

Delay generator for PICs



Bye
 

8051 delay calculation

hi, do you have a time delay calculator for Dallas 80c320?
 

8051 time delay calculator

that is very good, but the exe exit after I enter the the MHz and time to delay, I don't know why.

coulde you send me that caculter again via Email:

marinezhang@motorola.com

thanks a lot!!!
 

time delay in 8051

Hi,

You must run the program from the dos prompt.

start->run-> write "command"
press ALT+Enter
run the program by write c:\time8051 (if you unzipped the file in c )

Bye
 

calculate time delay 8051

Thanks I got that, but that code is in ASM. do you have any such program for C.

thanks!!
 

8051 time delay

Hi,

U can insert the asm code inside the C code easily,
Many c compilers do that

like that

void delay (void) {

# asm {
;your asm code }
#endasm

}

bye
 
  • Like
Reactions: #MAAM#

    #MAAM#

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top