<?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 Real Time Interrupt in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171539#M5316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help to use the Real Time Interrupt (RTI),I am using the kit EVK 13213-SRB, I am doing a program to wake up from stop mode 2 using RTI, I configured the RTI in the Device Initialization the prescaler for wake ip every 1024us, put the internal oscilator as RTI clock source, enabled the register ''RTIE'' and configured to enter in the stop mode 2, but, when I debug the program, he don't leave the stop mode.I don't know if I am missing in the cpu configuration. Could you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2011 01:51:13 GMT</pubDate>
    <dc:creator>cleriton</dc:creator>
    <dc:date>2011-10-04T01:51:13Z</dc:date>
    <item>
      <title>Real Time Interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171539#M5316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help to use the Real Time Interrupt (RTI),I am using the kit EVK 13213-SRB, I am doing a program to wake up from stop mode 2 using RTI, I configured the RTI in the Device Initialization the prescaler for wake ip every 1024us, put the internal oscilator as RTI clock source, enabled the register ''RTIE'' and configured to enter in the stop mode 2, but, when I debug the program, he don't leave the stop mode.I don't know if I am missing in the cpu configuration. Could you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 01:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171539#M5316</guid>
      <dc:creator>cleriton</dc:creator>
      <dc:date>2011-10-04T01:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time Interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171540#M5317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the BDM is active, you will enter stop 3 mode, rather than stop 2 mode.&amp;nbsp; Then according to the datasheet,&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;"The 1 kHz internal RTI clock is not available in stop3 with active BDM enabled."&lt;/EM&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;Does wakeup occur correctly for normal operating mode, with BDM multilink disconnected?&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;Regards,&lt;/P&gt;&lt;P align="left"&gt;Mac&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 08:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171540#M5317</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2011-10-04T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time Interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171541#M5318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp; and sorry for the delay..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the stop mode 2 you have to disable BDM with the register SOPT1_BKGDPE=1; but, when i write the code in the vector rti to wake up from stop mode 2, nothing hapens to the cpu, he just remains in stand by and doesn't wake up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 00:53:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171541#M5318</guid>
      <dc:creator>cleriton</dc:creator>
      <dc:date>2011-10-06T00:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Real Time Interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171542#M5319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I compile the code in stop mode2 with the BDM disconected I can't se the program step by step and when I&amp;nbsp; disconect him and conect again I can't debug, appear a message telling that don't have voltage enough and ask to reset him.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 23:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Real-Time-Interrupt/m-p/171542#M5319</guid>
      <dc:creator>cleriton</dc:creator>
      <dc:date>2011-10-06T23:24:30Z</dc:date>
    </item>
  </channel>
</rss>

