<?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のトピック908QT2 Reset</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/908QT2-Reset/m-p/126315#M1037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello buddies&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've been trying to configure PTA_PTA3 as a general purpose output, as you can see PTA_PTA3 can be RST' Pin&amp;nbsp;if enabled. When I move PTA_PTA3 from 1 to 0 the controllers my system&amp;nbsp;gets reseted. Dunno if theres any errata about this. I'm attaching the source code.&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;unsigned int Tick;//// Timer isr//void interrupt 6 timer_isr(void){ // Clear Timer OverFlow Flag // And reset Timer Counter&amp;nbsp; TSC_TOF = 0; TSC_TRST = 1; Tick++; if(Tick &amp;gt;= 625) {&amp;nbsp; Tick = 0;&amp;nbsp; &lt;SPAN style="color: #FF6600;"&gt;PTA_PTA3 ^= 1;&lt;/SPAN&gt; }}//// main//void main(void) {&amp;nbsp; CONFIG1 = 0x01; CONFIG2 = 0x00;&amp;nbsp;&amp;nbsp; PTA&amp;nbsp; = 0xFF; DDRA = 0xFF;&amp;nbsp; // Configure Timer // MODULO Calculation for 0.1667 ms with no preescaler // TMOD =&amp;nbsp; 0.1667 ms / 0.0000003125 = 533.44 = 0x0215 // 533 * 0.0000003125 = 0.0001665625 sec (0.1665625 ms)&amp;nbsp; TSC&amp;nbsp; = 0x70; TMOD = 0x0215;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Reset Timer Counters&amp;nbsp; Tick&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0;&amp;nbsp; TSC_TSTOP = 0;// go timer EnableInterrupts;// Enable Interrupts for(;;) {&amp;nbsp;&amp;nbsp; } }&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I'm moving the pin in&amp;nbsp;timer isr, using codewarrior 3.0 hc08. Any clue about this is apreciated. Thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;John.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 00:22:32 GMT</pubDate>
    <dc:creator>JohnDoe</dc:creator>
    <dc:date>2006-08-11T00:22:32Z</dc:date>
    <item>
      <title>908QT2 Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/908QT2-Reset/m-p/126315#M1037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello buddies&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've been trying to configure PTA_PTA3 as a general purpose output, as you can see PTA_PTA3 can be RST' Pin&amp;nbsp;if enabled. When I move PTA_PTA3 from 1 to 0 the controllers my system&amp;nbsp;gets reseted. Dunno if theres any errata about this. I'm attaching the source code.&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;unsigned int Tick;//// Timer isr//void interrupt 6 timer_isr(void){ // Clear Timer OverFlow Flag // And reset Timer Counter&amp;nbsp; TSC_TOF = 0; TSC_TRST = 1; Tick++; if(Tick &amp;gt;= 625) {&amp;nbsp; Tick = 0;&amp;nbsp; &lt;SPAN style="color: #FF6600;"&gt;PTA_PTA3 ^= 1;&lt;/SPAN&gt; }}//// main//void main(void) {&amp;nbsp; CONFIG1 = 0x01; CONFIG2 = 0x00;&amp;nbsp;&amp;nbsp; PTA&amp;nbsp; = 0xFF; DDRA = 0xFF;&amp;nbsp; // Configure Timer // MODULO Calculation for 0.1667 ms with no preescaler // TMOD =&amp;nbsp; 0.1667 ms / 0.0000003125 = 533.44 = 0x0215 // 533 * 0.0000003125 = 0.0001665625 sec (0.1665625 ms)&amp;nbsp; TSC&amp;nbsp; = 0x70; TMOD = 0x0215;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Reset Timer Counters&amp;nbsp; Tick&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0;&amp;nbsp; TSC_TSTOP = 0;// go timer EnableInterrupts;// Enable Interrupts for(;;) {&amp;nbsp;&amp;nbsp; } }&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I'm moving the pin in&amp;nbsp;timer isr, using codewarrior 3.0 hc08. Any clue about this is apreciated. Thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;John.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 00:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/908QT2-Reset/m-p/126315#M1037</guid>
      <dc:creator>JohnDoe</dc:creator>
      <dc:date>2006-08-11T00:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: 908QT2 Reset</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/908QT2-Reset/m-p/126316#M1038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;See errata:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/errata/MSE908QT2_3L69J.pdf" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/errata/MSE908QT2_3L69J.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/908QT2-Reset/m-p/126316#M1038</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-08-11T06:18:17Z</dc:date>
    </item>
  </channel>
</rss>

