<?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>CodeWarrior for MCU中的主题 Program crashes in isr</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614695#M13516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running an assembly-language program on a Kinetis KL46Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever my program tries to execute an instruction in the interrupt service routine, it branches to Default_Handler(). &amp;nbsp;It does not matter what instructions are in the ISR. &amp;nbsp;Even a NOP in the ISR causes a crash. &amp;nbsp;There is nothing wrong with the ISR's location in memory. &amp;nbsp;Non-ISR instructions execute properly when located at the same address. &amp;nbsp;The ISR code is preceded by an .align 2 directive just as the main routine is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why won't my ISR run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 19:53:09 GMT</pubDate>
    <dc:creator>Mockingbird</dc:creator>
    <dc:date>2017-04-17T19:53:09Z</dc:date>
    <item>
      <title>Program crashes in isr</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614695#M13516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running an assembly-language program on a Kinetis KL46Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever my program tries to execute an instruction in the interrupt service routine, it branches to Default_Handler(). &amp;nbsp;It does not matter what instructions are in the ISR. &amp;nbsp;Even a NOP in the ISR causes a crash. &amp;nbsp;There is nothing wrong with the ISR's location in memory. &amp;nbsp;Non-ISR instructions execute properly when located at the same address. &amp;nbsp;The ISR code is preceded by an .align 2 directive just as the main routine is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why won't my ISR run?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 19:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614695#M13516</guid>
      <dc:creator>Mockingbird</dc:creator>
      <dc:date>2017-04-17T19:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Program crashes in isr</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614696#M13517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Timothy,&lt;/P&gt;&lt;P&gt;Which version of CW do you used ?&lt;/P&gt;&lt;P&gt;Could you please share a same project to me , I will check it on my side , thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 07:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614696#M13517</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-04-18T07:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program crashes in isr</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614697#M13518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice, thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Codewarrior for MCU version 10.7 evaluation version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I share a project? &amp;nbsp;Do I attach files to my reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:01:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614697#M13518</guid>
      <dc:creator>Mockingbird</dc:creator>
      <dc:date>2017-04-18T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program crashes in isr</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614698#M13519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind. &amp;nbsp;It seems I needed a .thumb_func directive at my ISR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 17:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614698#M13519</guid>
      <dc:creator>Mockingbird</dc:creator>
      <dc:date>2017-04-18T17:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Program crashes in isr</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614699#M13520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does your problem been solved by add a .thumb_func directive at your ISR ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 08:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Program-crashes-in-isr/m-p/614699#M13520</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-04-20T08:59:21Z</dc:date>
    </item>
  </channel>
</rss>

