<?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: 03 First Program</title>
	<atom:link href="http://www.engscope.com/pic24-tutorial/3-first-program/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: Ande</title>
		<link>http://www.engscope.com/pic24-tutorial/3-first-program/comment-page-1/#comment-42995</link>
		<dc:creator>Ande</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/3-first-program/#comment-42995</guid>
		<description>Thank you very much -J 
I had made my first PIC program.</description>
		<content:encoded><![CDATA[<p>Thank you very much -J<br />
I had made my first PIC program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/3-first-program/comment-page-1/#comment-42865</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Tue, 15 Nov 2011 14:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/3-first-program/#comment-42865</guid>
		<description>@Ande.  The error is right in front of you.  Please read the compile errors and fix accordingly.  I believe word press replaces the &quot; characters with special characters, replace them and it should compile.

-J</description>
		<content:encoded><![CDATA[<p>@Ande.  The error is right in front of you.  Please read the compile errors and fix accordingly.  I believe word press replaces the &#8221; characters with special characters, replace them and it should compile.</p>
<p>-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ande</title>
		<link>http://www.engscope.com/pic24-tutorial/3-first-program/comment-page-1/#comment-42864</link>
		<dc:creator>Ande</dc:creator>
		<pubDate>Tue, 15 Nov 2011 14:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/3-first-program/#comment-42864</guid>
		<description>Hi 
I had fallowed the procedure but still I cannot implement it .
I had added p24FJ256GA110.h, p24FJ256GA110.gld to the header and linker files and added new.c file to source files

1: It asks &quot; The project is out of date would you like to build it now ? &quot; 

2: I am getting this type of error 

Debug build of project `C:\Pumpkin\pic24 examp\pic24.mcp&#039; started.
Language tool versions: pic30-as.exe v3.30, pic30-gcc.exe v3.30, pic30-ld.exe v3.30, pic30-ar.exe v3.30
Preprocessor symbol `__DEBUG&#039; is defined.
Target debug platform is `__MPLAB_DEBUGGER_ICD3=1&#039;.
Debug platform options are: `__ICD2RAM=1&#039;.
Tue Nov 15 15:16:09 2011
----------------------------------------------------------------------
Make: The target &quot;C:\Pumpkin\pic24 examp\new.o&quot; is out of date.
Executing: &quot;C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe&quot; -mcpu=24FJ256GA110 -x c -c   &quot;new.c&quot; -o&quot;new.o&quot; -D__DEBUG -D__MPLAB_DEBUGGER_ICD3=1 -g -Wall
new.c:10:10: error: #include expects &quot;FILENAME&quot; or 
new.c:13: error: syntax error before numeric constant
new.c:13: warning: type defaults to &#039;int&#039; in declaration of &#039;_CONFIG2&#039;
new.c:13: warning: data definition has no type or storage class
new.c:14: error: syntax error before numeric constant
new.c:14:12: error: invalid suffix &quot;F&quot; on integer constant
new.c:14: warning: type defaults to &#039;int&#039; in declaration of &#039;_CONFIG1&#039;
new.c:14: warning: data definition has no type or storage class
new.c: In function &#039;main&#039;:
new.c:20: error: &#039;OSCCON&#039; undeclared (first use in this function)
new.c:20: error: (Each undeclared identifier is reported only once
new.c:20: error: for each function it appears in.)
new.c:20:15: error: invalid suffix &quot;C0&quot; on integer constant
new.c:25:2: warning: no newline at end of file
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `C:\Pumpkin\pic24 examp\pic24.mcp&#039; failed.
Language tool versions: pic30-as.exe v3.30, pic30-gcc.exe v3.30, pic30-ld.exe v3.30, pic30-ar.exe v3.30
Preprocessor symbol `__DEBUG&#039; is defined.
Target debug platform is `__MPLAB_DEBUGGER_ICD3=1&#039;.
Debug platform options are: `__ICD2RAM=1&#039;.
Tue Nov 15 15:16:09 2011
----------------------------------------------------------------------
BUILD FAILED

3: I had changed the x to this * in code
Please let me know where I am making mistake 
Thankyou...!</description>
		<content:encoded><![CDATA[<p>Hi<br />
I had fallowed the procedure but still I cannot implement it .<br />
I had added p24FJ256GA110.h, p24FJ256GA110.gld to the header and linker files and added new.c file to source files</p>
<p>1: It asks &#8221; The project is out of date would you like to build it now ? &#8221; </p>
<p>2: I am getting this type of error </p>
<p>Debug build of project `C:\Pumpkin\pic24 examp\pic24.mcp&#8217; started.<br />
Language tool versions: pic30-as.exe v3.30, pic30-gcc.exe v3.30, pic30-ld.exe v3.30, pic30-ar.exe v3.30<br />
Preprocessor symbol `__DEBUG&#8217; is defined.<br />
Target debug platform is `__MPLAB_DEBUGGER_ICD3=1&#8242;.<br />
Debug platform options are: `__ICD2RAM=1&#8242;.<br />
Tue Nov 15 15:16:09 2011<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Make: The target &#8220;C:\Pumpkin\pic24 examp\new.o&#8221; is out of date.<br />
Executing: &#8220;C:\Program Files\Microchip\MPLAB C30\bin\pic30-gcc.exe&#8221; -mcpu=24FJ256GA110 -x c -c   &#8220;new.c&#8221; -o&#8221;new.o&#8221; -D__DEBUG -D__MPLAB_DEBUGGER_ICD3=1 -g -Wall<br />
new.c:10:10: error: #include expects &#8220;FILENAME&#8221; or<br />
new.c:13: error: syntax error before numeric constant<br />
new.c:13: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;_CONFIG2&#8242;<br />
new.c:13: warning: data definition has no type or storage class<br />
new.c:14: error: syntax error before numeric constant<br />
new.c:14:12: error: invalid suffix &#8220;F&#8221; on integer constant<br />
new.c:14: warning: type defaults to &#8216;int&#8217; in declaration of &#8216;_CONFIG1&#8242;<br />
new.c:14: warning: data definition has no type or storage class<br />
new.c: In function &#8216;main&#8217;:<br />
new.c:20: error: &#8216;OSCCON&#8217; undeclared (first use in this function)<br />
new.c:20: error: (Each undeclared identifier is reported only once<br />
new.c:20: error: for each function it appears in.)<br />
new.c:20:15: error: invalid suffix &#8220;C0&#8243; on integer constant<br />
new.c:25:2: warning: no newline at end of file<br />
Halting build on first failure as requested.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Debug build of project `C:\Pumpkin\pic24 examp\pic24.mcp&#8217; failed.<br />
Language tool versions: pic30-as.exe v3.30, pic30-gcc.exe v3.30, pic30-ld.exe v3.30, pic30-ar.exe v3.30<br />
Preprocessor symbol `__DEBUG&#8217; is defined.<br />
Target debug platform is `__MPLAB_DEBUGGER_ICD3=1&#8242;.<br />
Debug platform options are: `__ICD2RAM=1&#8242;.<br />
Tue Nov 15 15:16:09 2011<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
BUILD FAILED</p>
<p>3: I had changed the x to this * in code<br />
Please let me know where I am making mistake<br />
Thankyou&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.engscope.com/pic24-tutorial/3-first-program/comment-page-1/#comment-33775</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 27 Jun 2011 17:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/3-first-program/#comment-33775</guid>
		<description>Thank you very much sir.  I found them in the headers and seems to work now.  Excellent tutorial.  =)</description>
		<content:encoded><![CDATA[<p>Thank you very much sir.  I found them in the headers and seems to work now.  Excellent tutorial.  =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jliu83</title>
		<link>http://www.engscope.com/pic24-tutorial/3-first-program/comment-page-1/#comment-33767</link>
		<dc:creator>jliu83</dc:creator>
		<pubDate>Mon, 27 Jun 2011 14:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.engscope.com/pic24-tutorial/3-first-program/#comment-33767</guid>
		<description>@mike.  Hi mike, the config registers on the KA10x series are called FBS.  You can find them in your header files.  Find the file \\... ...\c30install\support\PIC24F\h\p24F16KA101.h and look for the comments &quot;Macros for setting device configuration registers&quot;, and you should see the listing.

-J</description>
		<content:encoded><![CDATA[<p>@mike.  Hi mike, the config registers on the KA10x series are called FBS.  You can find them in your header files.  Find the file \\&#8230; &#8230;\c30install\support\PIC24F\h\p24F16KA101.h and look for the comments &#8220;Macros for setting device configuration registers&#8221;, and you should see the listing.</p>
<p>-J</p>
]]></content:encoded>
	</item>
</channel>
</rss>

