<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>RenesasRulz Home: Message List - bootloader on 3687 trouble</title>
    <link>http://www.renesasrulz.com/community/forum/h8?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 06 Nov 2009 03:52:47 GMT</pubDate>
    <generator>Jive SBS 3.0.7 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-06T03:52:47Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: bootloader on 3687 trouble</title>
      <link>http://www.renesasrulz.com/message/7405?tstart=0#7405</link>
      <description>&lt;!-- [DocumentBodyStart:886a5654-8797-416a-bfc2-4370da00b35f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello FrankL,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for the reply. I did manage to solve my problem by rebuilding my library. What I did is go to&lt;/p&gt;&lt;p&gt;Build&amp;gt;H8S,H8/300 Standard Toolchain..., go to "Standard Library" tab then select "Build a library file (anytime)".&lt;/p&gt;&lt;p&gt;I was not able to build a library on my first build because I started with an empty application.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:886a5654-8797-416a-bfc2-4370da00b35f] --&gt;</description>
      <pubDate>Fri, 06 Nov 2009 03:51:48 GMT</pubDate>
      <author>renesas@renesas.hosted.jivesoftware.com</author>
      <guid>http://www.renesasrulz.com/message/7405?tstart=0#7405</guid>
      <dc:date>2009-11-06T03:51:48Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: bootloader on 3687 trouble</title>
      <link>http://www.renesasrulz.com/message/7407?tstart=0#7407</link>
      <description>&lt;!-- [DocumentBodyStart:b729ed12-22d3-4a59-9d85-bbaefe81ff13] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;"$sp_regsv$3"is a library function to save cpu registers on function entry. If you have this error message you have a problem with your library. Please try to rebuild the library.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And the HEW version you use does not say anything. It is only the compiler version that could be of interest. This is not related to the HEW version.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b729ed12-22d3-4a59-9d85-bbaefe81ff13] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 13:42:35 GMT</pubDate>
      <author>renesas@renesas.hosted.jivesoftware.com</author>
      <guid>http://www.renesasrulz.com/message/7407?tstart=0#7407</guid>
      <dc:date>2009-11-04T13:42:35Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>bootloader on 3687 trouble</title>
      <link>http://www.renesasrulz.com/message/7401?tstart=0#7401</link>
      <description>&lt;!-- [DocumentBodyStart:d4cd0bff-5ed1-4395-9503-e554e0152bee] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good day...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to make a bootloader application for the uC 3687 and I have some trouble in doing so.&lt;/p&gt;&lt;p&gt;A little help would be much appreciated...&lt;img height="16px" src="http://www.renesasrulz.com/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use the code from the reference document REG05B0023-0100 and try to port it to 3687. I made&lt;/p&gt;&lt;p&gt;some changes since the uC used in the document is 2636. An example of the change I made was&lt;/p&gt;&lt;p&gt;on how the document tried to handle a delay code. I change the code from using the TPU to Timer Z.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I ported the ferase.c code from the document and build it, I had a OptLinker error stating&lt;/p&gt;&lt;p&gt;"L2310 (E) Undefined external symbol "$sp_regsv$3" ". What does this mean and how will I resolve&lt;/p&gt;&lt;p&gt;this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way I'm using HEW Version 4.03.00.001.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4cd0bff-5ed1-4395-9503-e554e0152bee] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 11:29:55 GMT</pubDate>
      <author>renesas@renesas.hosted.jivesoftware.com</author>
      <guid>http://www.renesasrulz.com/message/7401?tstart=0#7401</guid>
      <dc:date>2009-11-04T11:29:55Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

