<?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 Development ToolsのトピックKE02 KBI Interrupt not executing in CodeWarrior Debug</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490702#M4039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there! I'm stuck with a strange behavior in debug. I'm using Codewarrior 10.6, programming in C for a KE02Z64.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have in my code 4 interrupts active, for ADC, UART1, FTM0 and KBI1. In run mode everything goes well, but when I try to debug the KBI1 interrupt does NOT execute. All others keep working ok.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change their priorities - my code uses priorities 0, 1, 2 and 3 for these interrupts, respectively, and I suspected this behavior had something to do with KBI1 being the lowest priority. No luck here too.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2016 22:31:09 GMT</pubDate>
    <dc:creator>jorged_avila</dc:creator>
    <dc:date>2016-05-20T22:31:09Z</dc:date>
    <item>
      <title>KE02 KBI Interrupt not executing in CodeWarrior Debug</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490702#M4039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there! I'm stuck with a strange behavior in debug. I'm using Codewarrior 10.6, programming in C for a KE02Z64.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have in my code 4 interrupts active, for ADC, UART1, FTM0 and KBI1. In run mode everything goes well, but when I try to debug the KBI1 interrupt does NOT execute. All others keep working ok.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to change their priorities - my code uses priorities 0, 1, 2 and 3 for these interrupts, respectively, and I suspected this behavior had something to do with KBI1 being the lowest priority. No luck here too.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 22:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490702#M4039</guid>
      <dc:creator>jorged_avila</dc:creator>
      <dc:date>2016-05-20T22:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 KBI Interrupt not executing in CodeWarrior Debug</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490703#M4040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;I recommend you create one new project, then only copy the KBI code to it ,&lt;/P&gt;&lt;P&gt;then check whether it can work well , check whether the interrupt flag set ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 02:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490703#M4040</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-05-23T02:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 KBI Interrupt not executing in CodeWarrior Debug</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490704#M4041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alice,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The flag is definitely set, When I disconnect the Multilink and operate the device in run mode (without debugging), it works well. What I'm trying to understand is why it does not execute the interrupt when debugging.&lt;/P&gt;&lt;P&gt;I'll try you idea of creating a project with this code only, and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;d'Avila.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 10:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490704#M4041</guid>
      <dc:creator>jorged_avila</dc:creator>
      <dc:date>2016-05-23T10:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: KE02 KBI Interrupt not executing in CodeWarrior Debug</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490705#M4042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello d'Avila,&lt;/P&gt;&lt;P&gt;Does the KBI use the same pin with debug ?&lt;/P&gt;&lt;P&gt;And why do you think it have not run to interrupt ?&lt;/P&gt;&lt;P&gt;OK,&amp;nbsp; waiting your result .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 04:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/KE02-KBI-Interrupt-not-executing-in-CodeWarrior-Debug/m-p/490705#M4042</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-05-24T04:10:49Z</dc:date>
    </item>
  </channel>
</rss>

