<?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: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129321#M1915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Sorry, but from the previous mail I didn't understand that you always had a .s19 file.&lt;BR /&gt;&lt;BR /&gt;Now, the question is: what kind of bootloader are you using? I suppose you are using the embedded bootloader provided with the test tool (correct me if I'm wrong).&lt;BR /&gt;&lt;BR /&gt;If this is the situation, so, in the menu &lt;B&gt;edit&lt;/B&gt; you could find &lt;B&gt;projectName settings...,&lt;/B&gt; click on it and you will see a window with the settings&amp;nbsp; of the project. In this window select &lt;B&gt;Compiler for HC08&amp;nbsp;&lt;/B&gt; (in the left pannel) and &lt;SPAN&gt;in the command line arguments&lt;/SPAN&gt; you can add -DBOOTLOADER_ENABLED (is something like a define in the main program).&lt;BR /&gt;&lt;BR /&gt;But, if you have doubts, you could read the 802154EBRM.pdf, this is the reference manual for the embedded bootloader.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;/B&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 15:04:58 GMT</pubDate>
    <dc:creator>FlyFisherman</dc:creator>
    <dc:date>2007-04-12T15:04:58Z</dc:date>
    <item>
      <title>Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129316#M1910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I have downloaded the Freescale IEEE 802.15.4 Code Stack and I want to flash the "My_Wireless_app" - Demo Application&amp;nbsp; to an evaluation board which uses a bootloader (none of the freescale boards). Unfortunately, building of the project doesn't produce a file which can be flashed via bootloader (loader_s19).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know which changes I have to make in the project?&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;Ralph&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 01:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129316#M1910</guid>
      <dc:creator>fera0013</dc:creator>
      <dc:date>2007-04-04T01:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129317#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If I understand you correctly, you have used BeeKit (with the IEEE802.15.4 CodeBase) to produce "My_Wireless_app" demo solution...&amp;nbsp; if you have not done so already you need to do the following:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Export Solution ("Solution" Menu -&amp;gt; "Export Solution")&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Import ".xml" solution into CodeWarrior ("File" Menu -&amp;gt; "Import Project")&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Compile project&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now (if there were no errors) you have a ".s19" object file to flash your device.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Ware&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 20:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129317#M1911</guid>
      <dc:creator>Ware</dc:creator>
      <dc:date>2007-04-10T20:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129318#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for your answer, but that wasn't my problem: I am able to&amp;nbsp; built the "My_Wireless_App" without any error. But since I use a board which can only be flashed via the embedded bootloader, I can not flash the&amp;nbsp; demo application to the board.&lt;BR /&gt;My question is: What do I have to change in the project (settings etc.)&amp;nbsp; to built an .s19 file which can be flashed via bootloader?&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 21:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129318#M1912</guid>
      <dc:creator>fera0013</dc:creator>
      <dc:date>2007-04-10T21:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129319#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi fera0013,&lt;BR /&gt;&lt;BR /&gt;in the menu &lt;B&gt;edit&lt;/B&gt; you could find &lt;B&gt;projectName settings...,&lt;/B&gt; click on it and you will see a window with the settings&amp;nbsp; of the project. In this window select &lt;B&gt;Linker for HC08&lt;/B&gt; (in the left pannel) and after &lt;B&gt;Option&lt;/B&gt;. You will see a menu in wich you could choose &lt;B&gt;Output&lt;/B&gt; and after mark the flag &lt;B&gt;Generate a S-record file&lt;/B&gt;.&lt;BR /&gt;&lt;BR /&gt;These should be the steps and in the bin folder you should find a S19 file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;FlyFisherman&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 14:29:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129319#M1913</guid>
      <dc:creator>FlyFisherman</dc:creator>
      <dc:date>2007-04-11T14:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129320#M1914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;thanks, but:&lt;BR /&gt;I do have an .s19 file. But I cannot flash an .s19 file&amp;nbsp; to a HC08 with an &lt;B&gt;embedded bootloader&lt;/B&gt;. To do that, I have to make some changes in the project. And I want to know, what I have to change.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 22:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129320#M1914</guid>
      <dc:creator>fera0013</dc:creator>
      <dc:date>2007-04-11T22:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129321#M1915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Sorry, but from the previous mail I didn't understand that you always had a .s19 file.&lt;BR /&gt;&lt;BR /&gt;Now, the question is: what kind of bootloader are you using? I suppose you are using the embedded bootloader provided with the test tool (correct me if I'm wrong).&lt;BR /&gt;&lt;BR /&gt;If this is the situation, so, in the menu &lt;B&gt;edit&lt;/B&gt; you could find &lt;B&gt;projectName settings...,&lt;/B&gt; click on it and you will see a window with the settings&amp;nbsp; of the project. In this window select &lt;B&gt;Compiler for HC08&amp;nbsp;&lt;/B&gt; (in the left pannel) and &lt;SPAN&gt;in the command line arguments&lt;/SPAN&gt; you can add -DBOOTLOADER_ENABLED (is something like a define in the main program).&lt;BR /&gt;&lt;BR /&gt;But, if you have doubts, you could read the 802154EBRM.pdf, this is the reference manual for the embedded bootloader.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;/B&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129321#M1915</guid>
      <dc:creator>FlyFisherman</dc:creator>
      <dc:date>2007-04-12T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129322#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I tried to download the test tool from this location:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT&amp;amp;nodeId=01J4Fs25657103&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT&amp;amp;nodeId=01J4Fs25657103&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;BR /&gt;under the name Beekit Wireless Connectivity ToolKit. But for some reason, it does not install any test tool on the PC.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anyone know where to find the test tool for 1321xNSK-BDM?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by exub on &lt;SPAN class="date_text"&gt;2007-05-31&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:53 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:52:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129322#M1916</guid>
      <dc:creator>exub</dc:creator>
      <dc:date>2007-06-01T05:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing a HCS08-Board with the IEEE 802.15.4 Code Stack via bootloader</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129323#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi exub,&lt;BR /&gt;&lt;BR /&gt;the Beekit can be downloaded from Freescale Site, but the TesTool comes within the Cd of the development boards.&lt;BR /&gt;I looked for the TesTool in the net but I wasn't able to find it. If you get it, please keep me update in this thread.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;FlyFisherman&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 21:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flashing-a-HCS08-Board-with-the-IEEE-802-15-4-Code-Stack-via/m-p/129323#M1917</guid>
      <dc:creator>FlyFisherman</dc:creator>
      <dc:date>2007-06-07T21:28:16Z</dc:date>
    </item>
  </channel>
</rss>

