<?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 for Engscope</title>
	<atom:link href="http://www.engscope.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engscope.com</link>
	<description>An Engineer&#039;s Life</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on 07 Interrupts by jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/7-interrupts/comment-page-1/#comment-48179</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Thu, 09 Feb 2012 21:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/7-interrupts/#comment-48179</guid>
		<description>@Ajaya.  If you need an absolute time for an interrupt to execute, you need you write your code in assembly, NOT C.  Depending on the code construction and the optimization level, and also which compiler you are using (you might be using HiTech&#039;s compiler rather than C30 for example), the resulting code will execute differently.  When timing is absolutely critical and you need to count cycles, then don&#039;t bother with C.

-J</description>
		<content:encoded><![CDATA[<p>@Ajaya.  If you need an absolute time for an interrupt to execute, you need you write your code in assembly, NOT C.  Depending on the code construction and the optimization level, and also which compiler you are using (you might be using HiTech&#8217;s compiler rather than C30 for example), the resulting code will execute differently.  When timing is absolutely critical and you need to count cycles, then don&#8217;t bother with C.</p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 07 Interrupts by AJAYA KUMAR S</title>
		<link>http://www.engscope.com/pic24-tutorial/7-interrupts/comment-page-1/#comment-48159</link>
		<dc:creator>AJAYA KUMAR S</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/7-interrupts/#comment-48159</guid>
		<description>Can you please how much time will be taken to detect the interrupt and then execute?</description>
		<content:encoded><![CDATA[<p>Can you please how much time will be taken to detect the interrupt and then execute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 14.3 Setting up the USB Framework by jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/14-3-setting-up-the-usb-framework/comment-page-1/#comment-47915</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Sat, 04 Feb 2012 14:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/?page_id=995#comment-47915</guid>
		<description>@Alfredo, you must be referring to this portion of the code.

&lt;pre&gt;_CONFIG2(IESO_OFF &amp; PLLDIV_DIV2 &amp; FNOSC_PRIPLL &amp; FCKSM_CSECMD \
	&amp; IOL1WAY_OFF &amp; OSCIOFNC_OFF &amp; POSCMOD_EC)
		//secondary oscillator off
		//set pll to 24Mhz
		//use fast RC
		//disable clock switching
		//use osco
		//unlimited writes to RP
		//disable primary oscillator&lt;/pre&gt;

The comments don&#039;t align with the code.  We are actually using the primary external as the symbol FNOSC_PRIPLL is used.</description>
		<content:encoded><![CDATA[<p>@Alfredo, you must be referring to this portion of the code.</p>
<pre>_CONFIG2(IESO_OFF &#038; PLLDIV_DIV2 &#038; FNOSC_PRIPLL &#038; FCKSM_CSECMD \
	&#038; IOL1WAY_OFF &#038; OSCIOFNC_OFF &#038; POSCMOD_EC)
		//secondary oscillator off
		//set pll to 24Mhz
		//use fast RC
		//disable clock switching
		//use osco
		//unlimited writes to RP
		//disable primary oscillator</pre>
<p>The comments don&#8217;t align with the code.  We are actually using the primary external as the symbol FNOSC_PRIPLL is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC24 Tutorial by jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/comment-page-1/#comment-47819</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24f-microcontroller-tutorial-–-1-introduction/#comment-47819</guid>
		<description>@Nace.  Hmm..  Yes..  I would like a copy of the pdf version as well!  Let me know if you find it.

Well, I&#039;ll look into it.  I think most people want more content and not just pdfs.

-J</description>
		<content:encoded><![CDATA[<p>@Nace.  Hmm..  Yes..  I would like a copy of the pdf version as well!  Let me know if you find it.</p>
<p>Well, I&#8217;ll look into it.  I think most people want more content and not just pdfs.</p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PIC24 Tutorial by Nace</title>
		<link>http://www.engscope.com/pic24-tutorial/comment-page-1/#comment-47818</link>
		<dc:creator>Nace</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24f-microcontroller-tutorial-–-1-introduction/#comment-47818</guid>
		<description>Hello!

First of all, thank you a lot for this awesome tutorial. Is it possible to get PDF version of it, since I would love to have it on my e-reader?

Thank you again, Nace</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>First of all, thank you a lot for this awesome tutorial. Is it possible to get PDF version of it, since I would love to have it on my e-reader?</p>
<p>Thank you again, Nace</p>
]]></content:encoded>
	</item>
</channel>
</rss>

