<?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>8-bit MicrocontrollersのトピックRe: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140839#M5772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;Hi Bob,&lt;NAMESPACE prefix="o" ns="urn:schemas-microsoft-com:office:office"&gt;&lt;/NAMESPACE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;You may want to try the MC9S08JM60 micro with USB interface. I just developed a series of "how-to-videos" on how to make a GUI for your USB application. At this moment they are published in &lt;A href="http://bitwok.googlepages.com/home" target="_blank" rel="nofollow"&gt;http://bitwok.googlepages.com/home&lt;/A&gt; but they will be published soon in the Freescale website.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;I also developed a DLL for making a USB bootloader in your GUI (&lt;A href="http://bitwok.googlepages.com/home2" target="_blank" rel="nofollow"&gt;http://bitwok.googlepages.com/home2&lt;/A&gt;).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;You may want to take a look if you are interested. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;Regards!&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 22:56:07 GMT</pubDate>
    <dc:creator>bitwok</dc:creator>
    <dc:date>2008-08-18T22:56:07Z</dc:date>
    <item>
      <title>Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140834#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having decent results using AN2295 in my product, it has an FT232RL on board as the USB interface. There are several issues related to the USB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I don't have an I/O I can use as a boot trigger (like IRQ), the only entry mode to bootloader is the power on delay. Due to the lagtime associated with the USB port - serial port waking up in the PC, the power on delay doesn't work to signal the PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I made a change in the bootloader, I send a trigger message to my application so it can vector into the bootloader. This works ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's the problem: If reprogramming fails, I have no way for the customer to re-enter programming mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to do is change the sequence of programming so that if the entire program is not loaded properly the bootloader will start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone modded the Master program? I want to write a couple bytes to a known location in the flash once the program is loaded and functional. A checksum would be awesome, but just a status word would work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other (better) solutions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TurboBob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140834#M5767</guid>
      <dc:creator>TurboBob</dc:creator>
      <dc:date>2006-12-21T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140835#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This is what I've done on the HC08GP32:&lt;BR /&gt;&lt;BR /&gt;1) I modified the bootloader such that it always programs the reset vector to point into itself. The bootloader always gets control on a reset.&lt;BR /&gt;&lt;BR /&gt;2) the fist thing the bootloader does is compute the checksum of the entire flash contents. It compares that value with the value stored at address 0xFDFE:0xFDFF (last two bytes of the flash).&lt;BR /&gt;&lt;BR /&gt;3) if the checksum passes, the normal runtime firmware is started. If the checksum fails, the bootloader is started.&lt;BR /&gt;&lt;BR /&gt;I also added a command routine to the bootloader to compute the checksum for the flash, using the same routine that checked it upon reset, and store that value at 0xFDFE:0xFDFF. The host will issue that command to compute-and-store as the very last step in the downloading/programming sequence.&lt;BR /&gt;&lt;BR /&gt;If the downloading fails for any reason, even if the flash get corrupted later, the checksum will be incorrect, and the bootloader will start upon reset.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140835#M5768</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-12-21T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140836#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sounds like exactly what I need. Can I convince you to share the source code?&lt;BR /&gt;&lt;BR /&gt;I have a clear spot at the beginning of my code block I want to put the CS in. What I will probably do is to clear 6 bytes so I can have code addresses along with the checksum embedded. This way my application can do a periodic CS in its spare time (paranoid, I know)&lt;BR /&gt;&lt;BR /&gt;Bob&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 03:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140836#M5769</guid>
      <dc:creator>TurboBob</dc:creator>
      <dc:date>2006-12-22T03:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140837#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Bob:&lt;BR /&gt;&lt;BR /&gt;Well, here it is. I hope you don't mind assembler. We hadn't discussed that issue before.&lt;BR /&gt;&lt;BR /&gt;The code was originally based on Motorola's AppNote AN2295, "Developer’s Serial Bootloader for M68HC08". I made it GP32 specific, but with EQUates, so that it is easy to adapt to other MCUs. I added support for hardware type-checking and versioning, as well.&lt;BR /&gt;&lt;BR /&gt;This file would be 'included' in your source file. Prior to this file being called, you need to define a macro called "INIT" that will prepare the necessary I/O pins for booting your specific hardware. On my boards, I turn on a red LED to indicate I'm in BOOT mode, and I enable an RS485 line-driver on the boards where I boot through RS485.&lt;BR /&gt;&lt;BR /&gt;As currently defines, the code it generates lives at the beginning of flash, in its own section, and takes 512 bytes. The .prm file needs to reflect this, by defining the section as "BootCode". It is self protecting, in that it will not let you program over that section. It will also not allow you to program the reset vector to point to anything other than itself.&lt;BR /&gt;&lt;BR /&gt;I'm sure that I have left important things out, so don't hesitate to ask. I can send you my .prm file, if that would help. I also have a GUI download program for the PC that connects, programs and verifies the firmware. It is written in C#.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 04:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140837#M5770</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-12-22T04:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140838#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I would be very interested in the GUI programming stuff. I was going to convert the AN2295 to "GUI" sometime, just never found the time. I have been doing PC programming in C++ Builder lately, but have C# and VC++ here also.&lt;BR /&gt;&lt;BR /&gt;Assembler is no problem, I started in assembler many years ago and am pretty comfortable with it....&lt;BR /&gt;&lt;BR /&gt;I hope that I can return the favor sometime!&lt;BR /&gt;&lt;BR /&gt;Bob&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 05:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140838#M5771</guid>
      <dc:creator>TurboBob</dc:creator>
      <dc:date>2006-12-22T05:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140839#M5772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;Hi Bob,&lt;NAMESPACE prefix="o" ns="urn:schemas-microsoft-com:office:office"&gt;&lt;/NAMESPACE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;You may want to try the MC9S08JM60 micro with USB interface. I just developed a series of "how-to-videos" on how to make a GUI for your USB application. At this moment they are published in &lt;A href="http://bitwok.googlepages.com/home" target="_blank" rel="nofollow"&gt;http://bitwok.googlepages.com/home&lt;/A&gt; but they will be published soon in the Freescale website.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;I also developed a DLL for making a USB bootloader in your GUI (&lt;A href="http://bitwok.googlepages.com/home2" target="_blank" rel="nofollow"&gt;http://bitwok.googlepages.com/home2&lt;/A&gt;).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;You may want to take a look if you are interested. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" color="#000000" size="3"&gt;Regards!&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 22:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140839#M5772</guid>
      <dc:creator>bitwok</dc:creator>
      <dc:date>2008-08-18T22:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140840#M5773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a couple guys asked how I am jumping to the bootloader from my application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified the an2295 program to performa&amp;nbsp; checksum of the application space and only jump to is if&amp;nbsp;&lt;/P&gt;&lt;P&gt;the checksum was valid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modifed the master program to calculate and insert the checksum, as well as skip the baud rate check.&lt;/P&gt;&lt;P&gt;(I will post that when I get to my other computer.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My host program sends this sequence before executing the "dos" program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a spot in the application that jumps to "jumphook" in the boot if a specific sequence of characters&lt;/P&gt;&lt;P&gt;is received from the PC.&amp;nbsp; The jump address is sent with the reboot command.&lt;/P&gt;&amp;nbsp;&amp;nbsp; else if(SerialCommand == 0x42)&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Reboot!&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial_RecvChar(&amp;amp;RxByte1);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial_RecvChar(&amp;amp;RxByte2);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(RxByte1 == 0x42 &amp;amp;&amp;amp; RxByte2 == 0x42 ) // BBB&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial_RecvChar(&amp;amp;RxByte1);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Serial_RecvChar(&amp;amp;RxByte2);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pointer = ((unsigned int)RxByte1)&amp;lt;&amp;lt;8;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pointer += RxByte2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LED1_SetVal();&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cpu_DisableInt();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ldhx pointer&amp;nbsp;&amp;nbsp; ; jump vector&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jmp ,x&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 09:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140840#M5773</guid>
      <dc:creator>TurboBob</dc:creator>
      <dc:date>2009-05-11T09:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Developers Bootloader AN2295,  HCS08, Special issues with USB</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140841#M5774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the main routine from the bootloader PC app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it calculates and embeds a checksum in the file.&amp;nbsp; it triggers a jump to boot in the target by&lt;/P&gt;&lt;P&gt;sending a short message which includes the jump address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 02:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Developers-Bootloader-AN2295-HCS08-Special-issues-with-USB/m-p/140841#M5774</guid>
      <dc:creator>TurboBob</dc:creator>
      <dc:date>2009-05-13T02:33:59Z</dc:date>
    </item>
  </channel>
</rss>

