<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 08 Timers</title>
	<atom:link href="http://www.engscope.com/pic24-tutorial/8-timers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engscope.com</link>
	<description>An Engineer&#039;s Life</description>
	<lastBuildDate>Sat, 04 Feb 2012 14:03:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/8-timers/comment-page-1/#comment-42300</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Thu, 03 Nov 2011 14:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/8-timers/#comment-42300</guid>
		<description>@qua sar.  You can definitely get away with just reading the timer register value.  Just turn the timer on without turn on the interrupt.

IEC0bits.T1IE = 1;	 //turn on the timer1 interrupt
Turns on the interrupt.  Just set it to 0.  This should be quite self explanatory (as it is commented in the code).</description>
		<content:encoded><![CDATA[<p>@qua sar.  You can definitely get away with just reading the timer register value.  Just turn the timer on without turn on the interrupt.</p>
<p>IEC0bits.T1IE = 1;	 //turn on the timer1 interrupt<br />
Turns on the interrupt.  Just set it to 0.  This should be quite self explanatory (as it is commented in the code).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qua sar</title>
		<link>http://www.engscope.com/pic24-tutorial/8-timers/comment-page-1/#comment-42291</link>
		<dc:creator>qua sar</dc:creator>
		<pubDate>Thu, 03 Nov 2011 10:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/8-timers/#comment-42291</guid>
		<description>i want to use my pic24hj chip with all interupts switched off.

all the examples of using the timers make reference to interupts.

could you show a little code without interupts involved please. i can get away with just reading
the timer register value periodically to acheive my goals. thanks</description>
		<content:encoded><![CDATA[<p>i want to use my pic24hj chip with all interupts switched off.</p>
<p>all the examples of using the timers make reference to interupts.</p>
<p>could you show a little code without interupts involved please. i can get away with just reading<br />
the timer register value periodically to acheive my goals. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raavindra reddy</title>
		<link>http://www.engscope.com/pic24-tutorial/8-timers/comment-page-1/#comment-39884</link>
		<dc:creator>Raavindra reddy</dc:creator>
		<pubDate>Mon, 26 Sep 2011 10:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/8-timers/#comment-39884</guid>
		<description>nice3 website</description>
		<content:encoded><![CDATA[<p>nice3 website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/8-timers/comment-page-1/#comment-39413</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/8-timers/#comment-39413</guid>
		<description>Please read the previous section on &lt;a href=&quot;http://www.engscope.com/pic24-tutorial/7-interrupts/&quot; rel=&quot;nofollow&quot;&gt;Interrupts &lt;/a&gt;to understand the system.h file.  

-J</description>
		<content:encoded><![CDATA[<p>Please read the previous section on <a href="http://www.engscope.com/pic24-tutorial/7-interrupts/" rel="nofollow">Interrupts </a>to understand the system.h file.  </p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kshitij</title>
		<link>http://www.engscope.com/pic24-tutorial/8-timers/comment-page-1/#comment-39402</link>
		<dc:creator>kshitij</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/8-timers/#comment-39402</guid>
		<description>#include “../h/system.h”
where do i find this file 
compiler is showing error</description>
		<content:encoded><![CDATA[<p>#include “../h/system.h”<br />
where do i find this file<br />
compiler is showing error</p>
]]></content:encoded>
	</item>
</channel>
</rss>

