<?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: How to enable the nested interrupts in CW10.3? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389889#M2341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Processor Expert? Can you please share the structure of the Events.c file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 01:47:59 GMT</pubDate>
    <dc:creator>adriancano</dc:creator>
    <dc:date>2014-11-05T01:47:59Z</dc:date>
    <item>
      <title>How to enable the nested interrupts in CW10.3?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389887#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using kinetis kl25z controller and CW10.3 IDE for my project.&lt;/P&gt;&lt;P&gt;In events.c file, I have called a function(uart_tx) that sends the data over UART. uart_tx() is getting blocked for uart transmission interrupt.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I guess the problem was due to disabling of nested interrupts. Your information regarding how to enable nested interrupts in CW10.3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;for kl25z will be helpful for me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Durgesh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15647_15647.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120002i52F6F54EB5A17A5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="15647_15647.bmp" alt="15647_15647.bmp" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="nested.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46732iA091A4D47C827E59/image-size/large?v=v2&amp;amp;px=999" role="button" title="nested.bmp" alt="nested.bmp" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389887#M2339</guid>
      <dc:creator>Embionics</dc:creator>
      <dc:date>2014-10-14T10:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the nested interrupts in CW10.3?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389888#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ammern,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the nest interrupt is automatically managed by Nested Vector Interrupt Controller.&amp;nbsp; please see attached doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhang Jun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 08:29:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389888#M2340</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-11-04T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable the nested interrupts in CW10.3?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389889#M2341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Processor Expert? Can you please share the structure of the Events.c file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 01:47:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-enable-the-nested-interrupts-in-CW10-3/m-p/389889#M2341</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-11-05T01:47:59Z</dc:date>
    </item>
  </channel>
</rss>

