<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: bootloader or my own failure (?) can someone help ?? in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144427#M1636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am afraid you need to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue with Freescale please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 21:40:57 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-02-05T21:40:57Z</dc:date>
    <item>
      <title>bootloader or my own failure (?) can someone help ??</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144425#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;BR /&gt;I am using CW for DSC56800/E version 8.0 targeting an 56F801A60 cpu on the 56F800DEMO board.&lt;BR /&gt;Problem story as follows:&lt;BR /&gt;build and download bootloader ver 1.3&lt;BR /&gt;disinstall jumper JP1 to disconnect JTAG i/f. Run bootloader after reset: it works fine and I see its prompt(s) on serial i/f&lt;BR /&gt;download S-record text file of my generated application (build option in PE cpu bean 'Serial download support':yes; boot start delay:3) using hyperterminal. It works and at the end I see the bootloader prompt 'Application started'. My application runs. I am HAPPY.&lt;BR /&gt;I expect now on next hw reset (pushbutton on demo board) to see the prompt of bootloader in hyperteminal screen and after the programmed 3s my application running again: NOTHING HAPPENS and bootloader remains in control. I am then UNHAPPY now !&lt;BR /&gt;Checked my application memory (using CW debug): entry point of application is at 0x0086; at 0x0080 there is the jsr 0x0086; 0x0085 contains 0003 - boot start delay. See please attached memory dump.&lt;BR /&gt;Everything seems to me ok...but it is obviously not: is there something missing or what maybe wrong ??&lt;/DIV&gt;&lt;DIV&gt;Is there someone who can help ?&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Stefat&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2007 07:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144425#M1634</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-02-04T07:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: bootloader or my own failure (?) can someone help ??</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144426#M1635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi guys (if any)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I found a BUG in bootloader ver 1.3. as received in the CW doc-s.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In file bootloader.c I changed the following row:&lt;/DIV&gt;&lt;DIV&gt;comInit(((TmpXdataVar ^ 0xfe00) &amp;amp; 0xff00) ? 0x00ff : TmpXdataVar &amp;amp; 0x00ff);&lt;BR /&gt;&amp;nbsp;//&amp;nbsp;CHANGED TO&lt;BR /&gt;comInit(((TmpXdataVar ^ 0xfe00) &amp;amp; 0xff00) ? TmpXdataVar &amp;amp; 0x00ff : 0x00ff);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and now the bootloader works fine and waits for the programmed delay at address 0x0085&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;regards&lt;/DIV&gt;&lt;DIV&gt;stefat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 20:17:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144426#M1635</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-02-05T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: bootloader or my own failure (?) can someone help ??</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144427#M1636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am afraid you need to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue with Freescale please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 21:40:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144427#M1636</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-05T21:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: bootloader or my own failure (?) can someone help ??</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144428#M1637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;thank you.&lt;/DIV&gt;&lt;DIV&gt;I anyway found&amp;nbsp;the way to overcome the problem and I am asking using&amp;nbsp;the service request for confirmation of that.&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Stefat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 22:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144428#M1637</guid>
      <dc:creator>stefat</dc:creator>
      <dc:date>2007-02-05T22:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: bootloader or my own failure (?) can someone help ??</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144429#M1638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I am having a somewhat similar experience.&lt;BR /&gt;&lt;BR /&gt;I compiled the bootloader example (basically my only change to the project is to use PE to select my processor, specifically the 56F805) and downloaded it to the '805 using a jtag adaptor.(I am not using the EVM board but my own custom PCB)&amp;nbsp; All is well.&lt;BR /&gt;&lt;BR /&gt;Then I re-compile my application code (which runs just fine if I download it to the DSP using the jtag adaptor) only now with the bootloader support option checked in the PE processor bean.&lt;BR /&gt;&lt;BR /&gt;I download the this file "internal_xROM-xRAM.elf.x.S" (generated by Codewarrior once I have all the right boxes checked according to the confusing and incomplete bootloader manual).&lt;BR /&gt;&lt;BR /&gt;This is what I see&lt;BR /&gt;&lt;BLOCKQUOTE&gt;(c) 2004 Freescale Inc. S-Record loader. Version 1.3&lt;BR /&gt;&lt;BR /&gt;Loaded 0x0066 Program and 0x0000 Data words.&lt;BR /&gt;Application started.&lt;BR /&gt;ø &amp;lt;&amp;lt;NOTE 2 non-printable chactaters.&lt;BR /&gt;(c) 2004 Freescale Inc. S-Record loader. Version 1.3&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Notice that it says that the application is started, but then in prints 2 non-printable characters and&amp;nbsp; then the bootloader prints its intro again.&amp;nbsp; No joy.&lt;BR /&gt;&lt;BR /&gt;Please help if you can.&lt;BR /&gt;&lt;BR /&gt;I have 2 more questions while I at it.&lt;BR /&gt;&lt;BR /&gt;My reason for trying this is that I want to be able to update my application in the field.&amp;nbsp; I will have a slow and somewhat unreliable radio link.&amp;nbsp; The radio is too slow and has too many hiccups and gaps in the data to go right to the bootloader, but, with patience I can get the entire file accross the radio link and I have an intermediate processor that can potentially send the data on to the bootloader.&amp;nbsp; My problem is that the intermediate processor has two issues.&lt;BR /&gt;&lt;BR /&gt;#1, it does not support XON/XOFF&lt;BR /&gt;#2, the best case data rate it will be able to manage sending the file to the bootloader is something like 1500 bytes per second.&lt;BR /&gt;&lt;BR /&gt;Here are my quiestions:&lt;BR /&gt;#1 at this data rate, witll the bootloader even work or will I have to customize the bootloader somehow (hints as to what "somehow" would be are welcome).&lt;BR /&gt;#2, assuming that it will work, will the slow data rate effectly allow me to ignore the XON/XOFF signals?&amp;nbsp; (I may be able to get the radio source to write some custom firmware that implements the XON/XOFF flow control, but I don't want to pay for something I don't need anyway).&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Joe J.&lt;BR /&gt;--&lt;BR /&gt;Joseph M. Johnson, Ph.D., P.E.&lt;BR /&gt;Chief Technologist, Co-Founder&lt;BR /&gt;Robotic Amusements, Inc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;A target="_blank"&gt;&lt;/A&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 03:36:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/bootloader-or-my-own-failure-can-someone-help/m-p/144429#M1638</guid>
      <dc:creator>DrJoe047</dc:creator>
      <dc:date>2008-04-05T03:36:30Z</dc:date>
    </item>
  </channel>
</rss>

