<?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 KDS KW41Z Startup process in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600862#M7565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to KDS and the Kinetis series. I am working on a KW41Z Thread/Bluetooth project and I can pretty much understand the examples (Thread router eligible device, gpis interrupt). Where I'm drawing a blank is how the chip startup is run and where to insert my code. I vaguely think it has something to do with the .S file, but between board, devices, drivers, rots and the app, I'm a little confused as to the call order.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a startup guide out there, from power stable to main()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Feb 2017 12:52:29 GMT</pubDate>
    <dc:creator>stevenriedl</dc:creator>
    <dc:date>2017-02-04T12:52:29Z</dc:date>
    <item>
      <title>KDS KW41Z Startup process</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600862#M7565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to KDS and the Kinetis series. I am working on a KW41Z Thread/Bluetooth project and I can pretty much understand the examples (Thread router eligible device, gpis interrupt). Where I'm drawing a blank is how the chip startup is run and where to insert my code. I vaguely think it has something to do with the .S file, but between board, devices, drivers, rots and the app, I'm a little confused as to the call order.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a startup guide out there, from power stable to main()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Feb 2017 12:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600862#M7565</guid>
      <dc:creator>stevenriedl</dc:creator>
      <dc:date>2017-02-04T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: KDS KW41Z Startup process</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600863#M7566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steven,&lt;/P&gt;&lt;P&gt;There is a thread about startup sequence of kinetis :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/386504"&gt; startup sequence in detail of kinetis microcontrollers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DOC Kerry Zhou recommend&amp;nbsp; maybe&amp;nbsp; useful for you:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/quick-start-guide/KQRUG.pdf?&amp;amp;fpsp=1&amp;amp;WT_TYPE=Quick%20Reference%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://www.nxp.com/assets/documents/data/en/quick-start-guide/KQRUG.pdf?&amp;amp;fpsp=1&amp;amp;WT_TYPE=Quick%20Reference%20Guides&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://www.nxp.com/assets/documents/data/en/quick-start-guide/KQRUG.pdf?&amp;amp;fpsp=1&amp;amp;WT_TYPE=Quick%20Reference%20Guides&amp;amp;WT_VE…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i recommend you first can create a simple project on KDS, then set breakpoint or&lt;/P&gt;&lt;P&gt;debug step by step to check the startup sequence , the startup code all have introduce&lt;/P&gt;&lt;P&gt;in the DOC above .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 04:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600863#M7566</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-02-06T04:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: KDS KW41Z Startup process</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600864#M7567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, exactly the pointer I was looking for....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 12:47:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600864#M7567</guid>
      <dc:creator>stevenriedl</dc:creator>
      <dc:date>2017-02-06T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: KDS KW41Z Startup process</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600865#M7568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 03:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-KW41Z-Startup-process/m-p/600865#M7568</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-02-07T03:06:57Z</dc:date>
    </item>
  </channel>
</rss>

