<?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 RTI interrupt with external clock in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180231#M6077</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 to create a time interruption to send some data, and I have choose RTI interrupt, but it don't run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The interruptions is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;/////////////////////////////&lt;/P&gt;&lt;P&gt;__interrupt 25 void Vrti_isr(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;SRTISC_RTIACK=1;&lt;/P&gt;&lt;P&gt;tiempo=1; &amp;nbsp; &amp;nbsp; // when this variables is 1 I send the dates.&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;////////////////////&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the main funcion I inicialize de interrupt with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;SRTISC=0x77; // I use external clock of 62,5kHz because we are on run mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EnableInterrupts;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN class="Apple-style-span"&gt;What is wrong?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="Apple-style-span"&gt;Is there any easy way to make a break in time?&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2009 18:11:55 GMT</pubDate>
    <dc:creator>Diana</dc:creator>
    <dc:date>2009-05-11T18:11:55Z</dc:date>
    <item>
      <title>RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180231#M6077</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 to create a time interruption to send some data, and I have choose RTI interrupt, but it don't run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The interruptions is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;/////////////////////////////&lt;/P&gt;&lt;P&gt;__interrupt 25 void Vrti_isr(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;SRTISC_RTIACK=1;&lt;/P&gt;&lt;P&gt;tiempo=1; &amp;nbsp; &amp;nbsp; // when this variables is 1 I send the dates.&lt;/P&gt;&lt;P&gt;}&amp;nbsp;&lt;/P&gt;&lt;P&gt;////////////////////&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the main funcion I inicialize de interrupt with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;SRTISC=0x77; // I use external clock of 62,5kHz because we are on run mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;EnableInterrupts;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN class="Apple-style-span"&gt;What is wrong?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class="Apple-style-span"&gt;Is there any easy way to make a break in time?&amp;nbsp;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 18:11:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180231#M6077</guid>
      <dc:creator>Diana</dc:creator>
      <dc:date>2009-05-11T18:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180232#M6078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Diana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to tell us what part you are using.&lt;/P&gt;&lt;P&gt;With some devices the RTI does not function in all clock modes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 19:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180232#M6078</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-05-11T19:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180233#M6079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Apple-style-span"&gt;Hello,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-style-span"&gt;I&amp;nbsp;am&amp;nbsp;using&amp;nbsp;13192sard,&amp;nbsp;with&amp;nbsp;MC9S08GT60&amp;nbsp;44pins&amp;nbsp;microcontroller. The frecuency of its external clock is 62.5kHz.&amp;nbsp;I&amp;nbsp;need send&amp;nbsp;information&amp;nbsp;to&amp;nbsp;the&amp;nbsp;PC&amp;nbsp;every&amp;nbsp;minute&amp;nbsp;and&amp;nbsp;had&amp;nbsp;thought with a interrupt RTI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-style-span"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 20:29:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180233#M6079</guid>
      <dc:creator>Diana</dc:creator>
      <dc:date>2009-05-11T20:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180234#M6080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems setup correctly to me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of things though:&lt;/P&gt;&lt;P&gt;I thought the SARD's MPU used the clock output from the radio device for its clock (16MHz?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are only going to set a flag in the ISR for later use you may as well not enable interrupts and simply test the RTIF bit in SRTISC. (still need to ACK it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 05:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180234#M6080</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-05-12T05:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180235#M6081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pej,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had found this frecuency in the next file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/CW816COMM/5476_MC13192_EVBRM.pdf" rel="nofollow" target="_self"&gt;MC13192_EVBRM.pdf&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-22&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;09:14 AM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 14:28:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180235#M6081</guid>
      <dc:creator>Diana</dc:creator>
      <dc:date>2009-05-14T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: RTI interrupt with external clock</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180236#M6082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Diana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned SARD before now you are talking EVB!&lt;/P&gt;&lt;P&gt;It does say 62.5kHz here but the output of the radio is programmable so you would need to check. You could also test it at TP6.&lt;/P&gt;&lt;P&gt;It should still work though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 14:39:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/RTI-interrupt-with-external-clock/m-p/180236#M6082</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-05-14T14:39:05Z</dc:date>
    </item>
  </channel>
</rss>

