<?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のトピックAfter TBM interrupt actice, can't return to mainloop</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151085#M8158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Dear ALL,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;I use CodeWarrior to design MC68HC908GR4.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;But I have a problem about using its TBM interrupt.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;After the isrTBM active,it can't return to mainloop.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;The program always run in isrTBM.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Any suggestion ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Thanks a lot for help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Attach file is Demo project,it can show the problem.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Sep 2007 15:14:14 GMT</pubDate>
    <dc:creator>Simen</dc:creator>
    <dc:date>2007-09-29T15:14:14Z</dc:date>
    <item>
      <title>After TBM interrupt actice, can't return to mainloop</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151085#M8158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Dear ALL,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;I use CodeWarrior to design MC68HC908GR4.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;But I have a problem about using its TBM interrupt.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;After the isrTBM active,it can't return to mainloop.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;The program always run in isrTBM.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Any suggestion ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Thanks a lot for help!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 2;"&gt;Attach file is Demo project,it can show the problem.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Sep 2007 15:14:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151085#M8158</guid>
      <dc:creator>Simen</dc:creator>
      <dc:date>2007-09-29T15:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: After TBM interrupt actice, can't return to mainloop</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151086#M8159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Simen, and welcome to the forum.&lt;BR /&gt;&lt;BR /&gt;You need to clear the TBM interrupt, as it won't go away on its own.&lt;BR /&gt;&lt;BR /&gt;To clear the interrupt flag, TBIF, you need to write a one to the TACK bit from within your interrupt service routine. Both of these bits are in the TBCR register.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 02:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151086#M8159</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2007-09-30T02:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: After TBM interrupt actice, can't return to mainloop</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151087#M8160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks a lot for your help,I have solved it!&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/After-TBM-interrupt-actice-can-t-return-to-mainloop/m-p/151087#M8160</guid>
      <dc:creator>Simen</dc:creator>
      <dc:date>2007-10-01T10:04:36Z</dc:date>
    </item>
  </channel>
</rss>

