<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-02T00:38:25-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9850.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>I need to design a stopwatch that counts to 99.99 using 8 led's in a row (number will be displayed in BCD).  I was thinking that I would utilize the OSCCON reg to slow down the clock speed but I am having trouble coming up with how I need to divide the frequency.  Any ideas are welcome.  thanks</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Re: Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>use Timers with prescaler for dividing the clock.Its easy to make a stop watch with approximate accuracy in PIC.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Re: Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator>matlark</dc:creator>
						<dc:subject></dc:subject>
						<description>Would it be best to use Timer1 over Timer0 or does it not matter which timer I use? Any other advice? thanks</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Re: Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>I really doesn't matter you which timer you are using. but the important thing is... is that timer capable of generating the time delay you need..</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Re: Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator>matlark</dc:creator>
						<dc:subject></dc:subject>
						<description>I am having trouble coming up with how I need to break the timer up.  If I use maximum prescale so that I have approx 3906.25 instructions per second.  How do I implement that to the stopwatch?  I am thinking I need to utilize a postscale of some value and mayble slow down the internal clock using OSCCON.thanks</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9850.html">
						<title>Re: Designing a stopwatch with pic 16f887</title>
						<link>http://www.8051projects.net/forum-t9850.html</link>
						<dc:date>2008-12-02T00:38:25-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>I think you are getting me wrong  prescaler will only divide the clock input of timer not the CPU, cpu will execute the instructions normally where as the increment of timer value will be according to the clock frequency you set using prescaler.Take a close look at the timer chapter of PIC 16F887 datasheet.</description>
						</item>
				</rdf:RDF>