<?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: Basic OpenSDA Project in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222510#M4097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The firmware of OpenSDA consists of three parts: MicroBoot, Bootloader and user app. Bootloader and user app can be updated &lt;SPAN class="class9"&gt;separately&lt;/SPAN&gt;. After powered-on, the MK20 enter the MicroBoot and to check if there is a update file existed, if yes, update the Bootloader; or, execute the Bootloader. The bootloader acts a similar role as Microboot to choose update the user app part or run the user app directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following screenshot shows the version of each part.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FRDM.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119043i174173B8BA122324/image-size/large?v=v2&amp;amp;px=999" role="button" title="FRDM.png" alt="FRDM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 07:32:35 GMT</pubDate>
    <dc:creator>rogerzhong</dc:creator>
    <dc:date>2013-01-16T07:32:35Z</dc:date>
    <item>
      <title>Basic OpenSDA Project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222508#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There have been a few posting asking how the OpenSDA bootloader works (including from me) without many useful answers.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After a bit of stuffing around I've done a very basic app that loads successfully into the KL20 chip on the FRDM-KL25Z board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only requirements seems to be to re-locate the image at an appropriate address.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OpenSDA loader accepts SREC files (something I only just discovered) as well as the mysterious .SDA files.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway - Attached is a minimal Codewarrior project that loads on the FRDM-KL25Z board and flashes the LED.&amp;nbsp; This is a ARM compiler version but has the additional post-build step to produce a SREC file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have fun.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337308"&gt;BlinkyOpenSDA.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 09:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222508#M4095</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2013-01-11T09:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OpenSDA Project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222509#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that the latest OpenSDA Bootloader can support downloading the binary file as well. :smileyalert:Noted that the user app need to be re-located from the address of 0x8000 and config the VTOR register as below when compiling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCB-&amp;gt;VTOR = 0x0 | (0x8000 &amp;amp; 0x1FFFFF80);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to, &lt;A href="http://www.pemicro.com/opensda/index.cfm" title="http://www.pemicro.com/opensda/index.cfm"&gt;P&amp;amp;amp;amp;E Microcomputer Systems&lt;/A&gt; , download the latest firmware released by P&amp;amp;E, and update the OpenSDA Bootloader with the latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also interested in .SDA file format that created by P&amp;amp;E, who can provise some more detailed information about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 07:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222509#M4096</guid>
      <dc:creator>rogerzhong</dc:creator>
      <dc:date>2013-01-16T07:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OpenSDA Project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222510#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The firmware of OpenSDA consists of three parts: MicroBoot, Bootloader and user app. Bootloader and user app can be updated &lt;SPAN class="class9"&gt;separately&lt;/SPAN&gt;. After powered-on, the MK20 enter the MicroBoot and to check if there is a update file existed, if yes, update the Bootloader; or, execute the Bootloader. The bootloader acts a similar role as Microboot to choose update the user app part or run the user app directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following screenshot shows the version of each part.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FRDM.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119043i174173B8BA122324/image-size/large?v=v2&amp;amp;px=999" role="button" title="FRDM.png" alt="FRDM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 07:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222510#M4097</guid>
      <dc:creator>rogerzhong</dc:creator>
      <dc:date>2013-01-16T07:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OpenSDA Project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222511#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the update on&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-100720"&gt;https://community.nxp.com/docs/DOC-100720&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2017 13:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Basic-OpenSDA-Project/m-p/222511#M4098</guid>
      <dc:creator>hmyoong</dc:creator>
      <dc:date>2017-07-15T13:08:29Z</dc:date>
    </item>
  </channel>
</rss>

