<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Pilot's Logbook</title>
	<link>http://blog.flyingpic24.com</link>
	<description>Programming 16 and 32-bit microcontrollers in C.</description>
	<pubDate>Mon, 01 Mar 2010 15:42:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Solve this!</title>
		<link>http://blog.flyingpic24.com/2010/03/01/solve-this/</link>
		<comments>http://blog.flyingpic24.com/2010/03/01/solve-this/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:41:55 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[MikroE MMB]]></category>

		<category><![CDATA[PIC32]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2010/03/01/solve-this/</guid>
		<description><![CDATA[So I am still investigating the animation capabilities of the PIC32 and the MikroElektronika multimedia board&#8230; and having a lot of fun.
Do you remember how to solve the Rubik&#8217;s cube? Enjoy!




]]></description>
			<content:encoded><![CDATA[<p>So I am still investigating the animation capabilities of the PIC32 and the MikroElektronika multimedia board&#8230; and having a lot of fun.</p>
<p>Do you remember how to solve the Rubik&#8217;s cube? Enjoy!</p>
<p><object width="425" height="344"></object></p>
<param name="movie" value="http://www.youtube.com/v/Xcw-Y4oj5zE&amp;hl=en_US&amp;fs=1&amp;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Xcw-Y4oj5zE&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2010/03/01/solve-this/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PIC32 Starter Kits Software v2.0</title>
		<link>http://blog.flyingpic24.com/2010/01/29/pic32-starter-kits-software-v20/</link>
		<comments>http://blog.flyingpic24.com/2010/01/29/pic32-starter-kits-software-v20/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:38:46 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2010/01/29/pic32-starter-kits-software-v20/</guid>
		<description><![CDATA[Software v2.0 for PIC32 Starter Kits has been released, and can be downloaded at (link)
This software replaces all 1.x versions of Starter Kit Software, and is inclusive for all 3 PIC32 Starter Kits.
]]></description>
			<content:encoded><![CDATA[<p>Software v2.0 for PIC32 Starter Kits has been released, and can be downloaded at (<a href="https://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=2592&amp;v=1.3 " title="PIC32 Starter Kit v2.0" target="_blank">link</a>)</p>
<p>This software replaces all 1.x versions of Starter Kit Software, and is inclusive for all 3 PIC32 Starter Kits.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2010/01/29/pic32-starter-kits-software-v20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Animation on the MikroE PIC32MX4 Multimedia Board</title>
		<link>http://blog.flyingpic24.com/2010/01/27/animation-on-the-mikroe-pic32mx4-multimedia-board/</link>
		<comments>http://blog.flyingpic24.com/2010/01/27/animation-on-the-mikroe-pic32mx4-multimedia-board/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:43:19 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[MikroE MMB]]></category>

		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[PIC32]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2010/01/27/animation-on-the-mikroe-pic32mx4-multimedia-board/</guid>
		<description><![CDATA[I must admit, the MikroElektronika PIC32MX4 Multimedia Board has recently stolen the little that was left of my free time. I found myself toying around until late at night with it, and I have resurrected a number of old projects. The little QVGA display is so attractive, and I could not resist but try to [...]]]></description>
			<content:encoded><![CDATA[<p>I must admit, the MikroElektronika PIC32MX4 Multimedia Board has recently stolen the little that was left of my free time. I found myself toying around until late at night with it, and I have resurrected a number of old projects. The little QVGA display is so attractive, and I could not resist but try to port some of my favorite graphics programs to it.</p>
<p>Basically, if you have seen the <a href="http://www.mikroe.com/en/tools/pic32mx4-multimedia-board/" title="www.mikroe.com" target="_blank">MikroE web site,  </a>you have already seen a screenshot of the Mandelbrot project ported to the PIC32MMB. But if you have tried any of the advanced projects I posted on the PIC32 explorer web site, then you already know what I did next.</p>
<p>Graphics animation is more fun!  It is different from basic graphics GUI design and support, because you have to add a real time element to it. To provide fluid motion you have to use double buffering techniques, and if there is 3D, linear algebra needs to be mixed in.</p>
<p>While this is all still very much a big work in progress, I would like to share with you a couple of previews of the kind of things you can do with the PIC32MMB.<br />
<object width="425" height="344"></object></p>
<param name="movie" value="http://www.youtube.com/v/BYuquIdCPrU&amp;hl=it_IT&amp;fs=1&amp;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BYuquIdCPrU&amp;hl=it_IT&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></p>
<p>This is the basic wireframe 3D cube animation (<a href="http://www.youtube.com/watch?v=BYuquIdCPrU" title="Cubes 1" target="_blank">link</a>)</p>
<p>There are four more videos for you to explore:</p>
<p>A more complex 3D wireframe (<a href="http://www.youtube.com/watch?v=n_CNreT80x4" title="Cubes 2" target="_blank">link</a>)</p>
<p>More objects animated in 3D (<a href="http://www.youtube.com/watch?v=cRXgOSqpZWk" title="Cubes 3" target="_blank">link</a>)</p>
<p>Using the onboard accelerometer to move around objects (<a href="http://www.youtube.com/watch?v=kPDyE9eA3wY" title="Cubes + Accelerometer" target="_blank">link</a>)</p>
<p>And finally a Solid (filled faces) rotating cube with hidden face removal  (<a href="http://www.youtube.com/watch?v=QEwMzGHNHsQ" title="Solid Cube" target="_blank">link</a>)</p>
<p>Now things are getting real entertaining&#8230;  any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2010/01/27/animation-on-the-mikroe-pic32mx4-multimedia-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Merry Christmas and Happy New Year</title>
		<link>http://blog.flyingpic24.com/2009/12/26/merry-christmas-and-happy-new-year-2/</link>
		<comments>http://blog.flyingpic24.com/2009/12/26/merry-christmas-and-happy-new-year-2/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:07:00 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[PIC24]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/12/26/merry-christmas-and-happy-new-year-2/</guid>
		<description><![CDATA[It is Christmas, again, not sure how this happened &#8230;
Of all my ambitious plans for  2009 only a few got done, but looking back I am pretty sure somebody must have stolen a couple of months from this years&#8217; calendar. I will be more careful next year, won&#8217;t let it happen again.
I have been reading [...]]]></description>
			<content:encoded><![CDATA[<p>It is Christmas, again, not sure how this happened &#8230;</p>
<p>Of all my ambitious plans for  2009 only a few got done, but looking back I am pretty sure somebody must have stolen a couple of months from this years&#8217; calendar. I will be more careful next year, won&#8217;t let it happen again.</p>
<p>I have been reading more about RTOSes recently, and specifically <a href="http://www.freertos.org" target="_blank">FreeRTOS</a>:</p>
<p><img src="file:///C:/DOCUME%7E1/m91329/LOCALS%7E1/Temp/moz-screenshot-6.jpg" /><img src="file:///C:/DOCUME%7E1/m91329/LOCALS%7E1/Temp/moz-screenshot-7.jpg" /></p>
<p><a href="http://www.freertos.org/Documentation/FreeRTOS-documentation-and-book.html" target="_blank" title="FreeRTOS book"><img src="http://blog.flyingpic24.com/__oneclick_uploads/2009/12/freertos-book.thumbnail.GIF" alt="freertos-book.GIF" /></a></p>
<p>My new year resolution: Learn to use (Free)RTOS to give better structure to my projects and practice the art of programming as the real pros!</p>
<p>Happy Holidays !!!</p>
<input id="gwProxy" type="hidden" /><!--Session data--><br />
<input onclick="jsCall();" id="jsProxy" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/12/26/merry-christmas-and-happy-new-year-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MikroE MX4 Multimedia Board</title>
		<link>http://blog.flyingpic24.com/2009/11/18/mikroe-mx4-multimedia-board/</link>
		<comments>http://blog.flyingpic24.com/2009/11/18/mikroe-mx4-multimedia-board/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:42:58 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[MikroE MMB]]></category>

		<category><![CDATA[Graphics]]></category>

		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/11/18/mikroe-mx4-multimedia-board/</guid>
		<description><![CDATA[It&#8217;s out! They did it!

The new PIC32 multimedia board  from MikroElektronika has been officially announced today!     http://www.mikroe.com/en/tools/pic32mx4-multimedia-board/
MikroE is world reknown for its well designed, documented and fully featured demo boards and development tools for all Microchip microcontroller families. But if you liked their Big Boards&#8230;  you are going to love this &#8220;small&#8221; one.
For [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s out! They did it!</p>
<p><a href="http://blog.flyingpic24.com/__oneclick_uploads/2009/11/mikroe-mmb-mx4-main.JPG" title="MikroE PIC32MX4 MMB"><img src="http://blog.flyingpic24.com/__oneclick_uploads/2009/11/mikroe-mmb-mx4-main.thumbnail.JPG" alt="MikroE PIC32MX4 MMB" /></a></p>
<p>The new PIC32 multimedia board  from MikroElektronika has been officially announced today!     <a href="http://www.mikroe.com/en/tools/pic32mx4-multimedia-board/" target="_blank">http://www.mikroe.com/en/tools/pic32mx4-multimedia-board/</a></p>
<p>MikroE is world reknown for its well designed, documented and fully featured demo boards and development tools for all Microchip microcontroller families. But if you liked their Big Boards&#8230;  you are going to love this &#8220;small&#8221; one.</p>
<p>For less than $150 you get a board that can truly put the PIC32MX460F512 chip to work, allowing you to exercise all its peripherals, including:</p>
<ul>
<li>Drive a TFT QVGA  (320&#215;240) display with a fast 16-bit parallel interface</li>
<li> Read Touch screen input or Joystick inputs</li>
<li>Play and record sound interfacing to WM8731 16-bit audio codec (including headphone amplified stereo outputs)</li>
<li>Access files on SD/MMC cards</li>
<li>Access files on USB memory sticks (USB Host)</li>
<li>Connect to a PC (USB device) using HID, CDC or MSD classes</li>
<li>Connect to a Mouse, Keyboard or printer (USB Host)</li>
<li>Connect with a IEEE802.15.4 (MiWi/Zigbee) wireless network</li>
<li>Access additional 1Mbyte of serial flash memory</li>
<li>Access 1Kbit of serial EEPROM</li>
<li>Exercise the Real Time Clock and Calendar with a 32kHz external crystal</li>
<li>Interface to an MCP9700 temperature sensor</li>
<li>RS232 port selectable (UART1/2)</li>
<li>Interface to a 3 axes accelerometer (ADXL345)</li>
<li>Use an ICD2/3, Real ICE or even a simple PICKit2/3 to program and debug</li>
<li>Further expand the board using standard 100mils spaced side connectors</li>
</ul>
<p>Also you can take full advantage of the entire set of Microchip Application libraries to create complex applications fast! In fact the board is designed to be compatible with the following Microchip (free of charge) libraries:</p>
<ul>
<li> Advanced Graphics Libraries</li>
<li>USB Framework (Host/Device)</li>
<li>MDD File System (FAT16 and FAT32)</li>
<li>MiWi / Zigbee</li>
<li>32-bit Audio library</li>
<li>Peripheral library (I2C, SPI, UART, RTCC, PWM&#8230;)</li>
</ul>
<p>I want one!&#8230; CORRECTION.., I need one!&#8230; CORRECTION I need a bunch of them!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/11/18/mikroe-mx4-multimedia-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good old printf() (continued)</title>
		<link>http://blog.flyingpic24.com/2009/09/30/good-old-printf-continued/</link>
		<comments>http://blog.flyingpic24.com/2009/09/30/good-old-printf-continued/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:16:01 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[PIC24]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/09/30/good-old-printf-continued/</guid>
		<description><![CDATA[

  

Continuing on the subject of using printf() as the most basic debugging tool, if you are using the MPLAB SIM software simulator to test portions of your code, you might be aware that the PIC simulator offers the possibility to simulate the UART1 module.
Simply open the Debugger menu, select Settings to open the [...]]]></description>
			<content:encoded><![CDATA[<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="ProgId" content="Word.Document" /><meta name="Generator" content="Microsoft Word 11" /><meta name="Originator" content="Microsoft Word 11" /></p>
<link href="file:///C:%5CDOCUME%7E1%5Cm91329%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>  <o:OfficeDocumentSettings>   <o:TargetScreenSize>1024&#215;768</o:TargetScreenSize>  </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>    <w:UseFELayout/>   </w:Compatibility>   <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" LatentStyleCount="156">  </w:LatentStyles> </xml><![endif]--><br />
<style> <!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"MS Mincho"; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-alt:"Arial Unicode MS"; 	mso-font-charset:128; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 134676480 16 0 131072 0;} @font-face 	{font-family:"\@MS Mincho"; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:128; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:1 134676480 16 0 131072 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"MS Mincho"; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-language:AR-SA;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:817234436; 	mso-list-type:hybrid; 	mso-list-template-ids:-495171494 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.75in; 	mso-level-number-position:left; 	margin-left:.75in; 	text-indent:-.25in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --> </style>
<p><!--[if gte mso 10]><br />
<style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} </style>
<p> <![endif]--></p>
<p class="MsoNormal">Continuing on the subject of using printf() as the <a href="http://blog.flyingpic24.com/2009/04/13/good-old-printf/" title="Good old printf()" target="_blank">most basic debugging </a>tool, if you are using the MPLAB SIM software simulator to test portions of your code, you might be aware that the PIC simulator offers the possibility to simulate the UART1 module.</p>
<p class="MsoNormal">Simply open the Debugger menu, select Settings to open the Simulator Settings dialog box and in the UART1 I/O pane check the “Enable UART1 I/O” checkbox.<span>  </span>This will give you two options:</p>
<p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-family: Symbol"><span>·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">         </span></span></span><!--[endif]-->Record anything transmitted by UART1 into a file</p>
<p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in"><!--[if !supportLists]--><span style="font-family: Symbol"><span>·<span style="font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal">         </span></span></span><!--[endif]-->Send the transmitted data directly to the MPLAB Output window but in a separate pane, next to the Build pane, the Find in Files pane and the Debugger Output panes.</p>
<p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in"> <a href="http://blog.flyingpic24.com/2009/09/30/good-old-printf-continued/#more-196" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/09/30/good-old-printf-continued/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing habits&#8230; and dreaming a bit</title>
		<link>http://blog.flyingpic24.com/2009/08/26/changing-habits-and-dreaming-a-bit/</link>
		<comments>http://blog.flyingpic24.com/2009/08/26/changing-habits-and-dreaming-a-bit/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 12:25:03 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[MPLAB]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/08/26/changing-habits-and-dreaming-a-bit/</guid>
		<description><![CDATA[It has been a hot month of August as I visited back home in Italy and even here in Germany, I mean&#8230; everything is relative!
Returning home after a few days off is typically a moment of (small) revelations. Things that had gone unnoticed, in the day to day routine, can stand out when the background [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a hot month of August as I visited back home in Italy and even here in Germany, I mean&#8230; everything is relative!</p>
<p>Returning home after a few days off is typically a moment of (small) revelations. Things that had gone unnoticed, in the day to day routine, can stand out when the background changes. Yesterday morning for example, the satellite TV receiver was looking at me sad and lonely from the back of the living room!  It had been months since I had turned it on last.  Actually I just realized that the only user of the TV screen in my house for the last several months has been my 20 months old son. Not much of a user either, as he has only been watching Bamby II (in 15 minutes installments) before going to bed each night &#8230;</p>
<p>What happened to the news? I don&#8217;t trust the TV anymore&#8230; I check things on the internet.</p>
<p>What happened to the occasional movies? I hate the frequent commercial interruptions (even if less frequent here than in the US) so I mostly watch them off DVDs (on my wife Mac mostly) or streaming directly from the &#8220;media server&#8221; ( a Linux machine by the way&#8230;)</p>
<p>Speaking of PCs, I turned my attention to the &#8220;desktop&#8221; which is a Windows XP machine we keep in the office room. That one has been off for several months now as well. Last I remember using it was because of a printing job (we are not printing that much either&#8230; apparently, good for the trees). The cheap inkjet printer I bought last year (for Euro 59) is not natively supported by my Linux distro (Ubuntu), so I attached it to the XP machine making it probably the last and only useful application for it!?</p>
<p>All the action is now on the Linux media server and my (and my wife&#8217;s) laptop(s). While my wife is already on OS X, which covers pretty much all her needs, I am still running on a (company issue) crancky IBM laptop under Windows XP.</p>
<p>Could that last installation of Windows on my lap be replaced by something else one of these days ?</p>
<p>There are three critical systems I use every day on that laptop: Office, Outlook and MPLAB.</p>
<p>The copy of Microsoft Office I use is so old and basic that I am pretty sure it could be easily and compatibly replaced by OpenOffice on Linux or similar package on the Mac.</p>
<p>The version of Outlook I am using is very old as well, and it was not a long time ago when we were using a completely different system. I am not sure why we did the switch to MSFT as I did not notice any advantage in the transition, at least there was none from a user perspective&#8230;</p>
<p>But it is truly MPLAB that seems to be last bastion of Windowsness&#8230;</p>
<p>Now I heard rumors that that might be changing&#8230; well&#8217; see&#8230; perhaps next year, I will be writing a similar post and realize that I am now completely TV and Windows free and working on my shiny brand new and ultra-thin Mac Air !?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/08/26/changing-habits-and-dreaming-a-bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where is my RAM?</title>
		<link>http://blog.flyingpic24.com/2009/07/24/where-is-my-ram/</link>
		<comments>http://blog.flyingpic24.com/2009/07/24/where-is-my-ram/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 08:36:43 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/07/24/where-is-my-ram/</guid>
		<description><![CDATA[I know there are gobbles of RAM in a PIC32 (more than the entire FLASH bank in most other PIC16/18&#8230; ) but RAM is one of those things in life you can never have enough of!
Plus, I am an 8-bitter by education, as I have already acknowledged before, and having spent most of my professional [...]]]></description>
			<content:encoded><![CDATA[<p>I know there are gobbles of RAM in a PIC32 (more than the entire FLASH bank in most other PIC16/18&#8230; ) but RAM is one of those things in life you can never have enough of!</p>
<p>Plus, I am an 8-bitter by education, as I have already acknowledged before, and having spent most of my professional life working on microcontrollers with very limited resources, I am very sensitive to waste and waste of RAM in particular.</p>
<p>If you check the memory gauges in MPLAB, even an empty PIC32 program with no function calls and practically no code at all in the main(), will give you a minimum memory usage of 1.5K bytes of RAM. To me that&#8217;s huge! I need to know where all this RAM is going and how I can control it should I need it all!</p>
<p>The mystery is easily solved, if you look at the .map file, it shows that 1k byte of that RAM is just the default amount &#8220;reserved&#8221; for the stack.  As we have seen before (<a href="http://blog.flyingpic24.com/2008/02/29/the-stack-so-misunderstood-continued/" target="_blank">the stack so misunderstood&#8230;</a>) the way MPLAB manages the stack memory allocation is a bit tricky. By the way, that memory is not literally allocated, nor the SP register is affected directly, but this number is used at compile time, only once, to check if , after allocating all the global variables and the heap (if there is one), there is still room for the requested amount of stack. So it shows in the memory gauges, but it is not representing by any means the &#8220;real&#8221; amount of RAM that will be used by your application stack, nor the maximum amount available. In fact the stack will take all the memory left and some&#8230; if it needs to.</p>
<p>But where is the other 1/2k byte of RAM gone?</p>
<p> <a href="http://blog.flyingpic24.com/2009/07/24/where-is-my-ram/#more-194" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/07/24/where-is-my-ram/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Olimex PIC-P32MX board</title>
		<link>http://blog.flyingpic24.com/2009/07/15/olimex-pic-p32mx-board/</link>
		<comments>http://blog.flyingpic24.com/2009/07/15/olimex-pic-p32mx-board/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 13:08:48 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/07/15/olimex-pic-p32mx-board/</guid>
		<description><![CDATA[And the PIC32 demo boards saga cannot be complete until we mention the Olimex PIC-P32MX

This board is interesting and unique for a couple of good reasons:

It offers a traditional serial port instead of the USB interface
It &#8217;s the most convenient for a quick wire wrap job
Offers both ICD and JTAG connectors
It&#8217;s most probably the cheapest [...]]]></description>
			<content:encoded><![CDATA[<p>And the PIC32 demo boards saga cannot be complete until we mention the <a href="http://www.olimex.com/dev/pic-p32mx.html" title="PIC32MX" target="_blank">Olimex PIC-P32MX</a></p>
<p><a href="http://blog.flyingpic24.com/__oneclick_uploads/2009/07/olimex-pic32mx.jpg" title="Olimex PIC32MX"><img src="http://blog.flyingpic24.com/__oneclick_uploads/2009/07/olimex-pic32mx.thumbnail.jpg" alt="Olimex PIC32MX" /></a></p>
<p>This board is interesting and unique for a couple of good reasons:</p>
<ul>
<li>It offers a traditional serial port instead of the USB interface</li>
<li>It &#8217;s the most convenient for a quick wire wrap job</li>
<li>Offers both ICD and JTAG connectors</li>
<li>It&#8217;s most probably the cheapest of them all at Euro 19.95!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/07/15/olimex-pic-p32mx-board/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Great New Board from mikroElektronika</title>
		<link>http://blog.flyingpic24.com/2009/06/28/a-great-new-board-from-mikroelektronika/</link>
		<comments>http://blog.flyingpic24.com/2009/06/28/a-great-new-board-from-mikroelektronika/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 15:23:28 +0000</pubDate>
		<dc:creator>pilot</dc:creator>
		
		<category><![CDATA[PIC32]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.flyingpic24.com/2009/06/28/a-great-new-board-from-mikroelektronika/</guid>
		<description><![CDATA[The guys at mikroElektronika are very well known in the embedded and educational world for their large but inexpensive and well laid out boards for all PIC products. So I had been waiting quite anxiously for their first PIC32 specific board, and here it is!
The LV32MX Development Board

]]></description>
			<content:encoded><![CDATA[<p>The guys at <a href="http://www.mikroe.com" target="_blank">mikroElektronika </a>are very well known in the embedded and educational world for their large but inexpensive and well laid out boards for all PIC products. So I had been waiting quite anxiously for their first PIC32 specific board, and here it is!</p>
<p><a href="http://www.mikroe.com/en/tools/lv32mx/" target="_blank">The LV32MX Development Board</a></p>
<p><a href="http://blog.flyingpic24.com/__oneclick_uploads/2009/06/lv32mx_550_2.jpg" title="LV32MX"><img src="http://blog.flyingpic24.com/__oneclick_uploads/2009/06/lv32mx_550_2.thumbnail.jpg" alt="LV32MX" /></a></p>
<p> <a href="http://blog.flyingpic24.com/2009/06/28/a-great-new-board-from-mikroelektronika/#more-190" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flyingpic24.com/2009/06/28/a-great-new-board-from-mikroelektronika/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
