<?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: Bootup crash in SystemInit in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502091#M31455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris Bird,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you sure your chip is &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 not &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; Because from the reference manual, you will get that &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 don't have RCM_SRS0 register, just have MC_SRSL.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 &lt;/SPAN&gt; have the &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;RCM_SRS0 register, so I think maybe your board is using &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 not &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 , then if you use &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;RCM_SRS0, the program will enter in the hardfaul isr&lt;/SPAN&gt;&lt;/SPAN&gt; .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp; Then when you create the project, you should choose &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 instead of &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 02:57:56 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2016-01-21T02:57:56Z</dc:date>
    <item>
      <title>Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502087#M31451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a new hardware revision (we are rapidly iterating prototypes).&amp;nbsp; Nothing should have changed around the microcontroller, in terms of it's oscillator, reset pull up, power supply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting this...&amp;nbsp; i.e. a crash on the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;if&lt;/SPAN&gt;((RCM-&amp;gt;&lt;SPAN class="s2"&gt;SRS0&lt;/SPAN&gt; &amp;amp; RCM_SRS0_WAKEUP_MASK) != 0x00U)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a physical cause which could possibly be to blame...?&amp;nbsp; Or should I be looking for something that's been broken within the code/settings?&amp;nbsp; This is code auto-generated by KDS 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-01-19 at 18.53.17.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51781iC393426442261174/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2016-01-19 at 18.53.17.png" alt="Screen Shot 2016-01-19 at 18.53.17.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 18:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502087#M31451</guid>
      <dc:creator>epicedium</dc:creator>
      <dc:date>2016-01-19T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502088#M31452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris Bird,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your interest in NXP kinetis product, I would like to provide service for you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please tell me the full name of your chip, then I can help you to check it with your code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You should make sure, the register which your are operation is really exist in your chip, otherwise the code may enter in the hardfault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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>Wed, 20 Jan 2016 06:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502088#M31452</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-20T06:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502089#M31453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a mk20dx256vlk10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 10:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502089#M31453</guid>
      <dc:creator>epicedium</dc:creator>
      <dc:date>2016-01-20T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502090#M31454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the PCB manufacturer has placed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;instead of &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;Could this explain the issue? I'm struggling to find information on what the Z variant is!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;Kris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 14:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502090#M31454</guid>
      <dc:creator>epicedium</dc:creator>
      <dc:date>2016-01-20T14:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502091#M31455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris Bird,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Are you sure your chip is &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 not &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; Because from the reference manual, you will get that &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 don't have RCM_SRS0 register, just have MC_SRSL.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 &lt;/SPAN&gt; have the &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;RCM_SRS0 register, so I think maybe your board is using &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 not &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 , then if you use &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;RCM_SRS0, the program will enter in the hardfaul isr&lt;/SPAN&gt;&lt;/SPAN&gt; .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp; Then when you create the project, you should choose &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;z&lt;/STRONG&gt;&lt;/SPAN&gt;vlk10 instead of &lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;mk20dx256vlk10 .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 02:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502091#M31455</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-21T02:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502092#M31456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it's the other way around--&amp;nbsp; The project has always been &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256vlk10, but &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-weight: bold; text-decoration: underline; font-size: 12.8px; font-family: inherit; font-style: inherit;"&gt;z&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;vlk10 was placed on the PCB by mistake by our supplier!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;Kris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502092#M31456</guid>
      <dc:creator>epicedium</dc:creator>
      <dc:date>2016-01-21T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bootup crash in SystemInit</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502093#M31457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris Bird,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-weight: bold; text-decoration: underline; font-size: 12.8px; font-family: inherit; font-style: inherit;"&gt;z&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;vlk10 is the 1.x silicon chip, &lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 12.8px;"&gt;mk20dx256vlk10 is the 2.x silicon chip.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; There are many difference in this two chips, more details, please refer to the application note:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;&lt;A href="http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fromsite=zh-Hans&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fromsite=zh-Hans&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fromsite=zh-Hans&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-size: 12.8px; font-family: arial, sans-serif;"&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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>Fri, 22 Jan 2016 01:47:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Bootup-crash-in-SystemInit/m-p/502093#M31457</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-22T01:47:51Z</dc:date>
    </item>
  </channel>
</rss>

