<?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>8-bit MicrocontrollersのトピックMC9S08AW, RTI-Timer</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123832#M23</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Is this timer usable without interrupt as RTC in the main loop by testing RTIF and if = 1 WR to RTICK?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 17:30:47 GMT</pubDate>
    <dc:creator>Truk</dc:creator>
    <dc:date>2006-07-12T17:30:47Z</dc:date>
    <item>
      <title>MC9S08AW, RTI-Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123832#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Is this timer usable without interrupt as RTC in the main loop by testing RTIF and if = 1 WR to RTICK?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 17:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123832#M23</guid>
      <dc:creator>Truk</dc:creator>
      <dc:date>2006-07-12T17:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08AW, RTI-Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123833#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;According to the simulator, yes.&amp;nbsp; I tried this, and it worked:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;#include &amp;lt;hidef.h&amp;gt;#include "derivative.h"void main(void) {  SRTISC |= 0x01;  for(;;) {    if ((SRTISC &amp;amp; 0x80) == 0x80) {      SRTISC |= 0x40;    }  }}&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 21:34:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123833#M24</guid>
      <dc:creator>rhinoceroshead</dc:creator>
      <dc:date>2006-07-12T21:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S08AW, RTI-Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123834#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Checked it out on the part (with different assembly software). It works there also.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;- Rocky&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 22:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/MC9S08AW-RTI-Timer/m-p/123834#M25</guid>
      <dc:creator>RockyRoad</dc:creator>
      <dc:date>2006-07-12T22:33:03Z</dc:date>
    </item>
  </channel>
</rss>

