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 Program Question...

Status
Not open for further replies.

Silent Storm

Newbie level 4
Joined
Mar 12, 2013
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
In the following program How much Delay Does it Create can any one tell me ???
Code:
......
.....
.....
void delay(unsigned long int count)
{
while(count > 0) 
{
count--;
} 
}

........
.......
.......
delay(100000);

Please tell me Delay in seconds .. For LPC2148 (ARM 7)
 
Last edited:

2562.43 ms, Fosc = 4 MHz, PIC16F887, mikroC PRO PIC Compiler.

90262d1367254786-delay.png
 

Attachments

  • delay.png
    delay.png
    8.3 KB · Views: 56
@ jayanth.devarayanadurga Great Work Thanks alot....!!!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top