<?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のトピックRe: assistance using the TSI module on a PT32</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352571#M21123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pedro!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jim and I will review the sample code within the lab, and build/run it.&amp;nbsp;&amp;nbsp; Will advise if we have any more questions.&amp;nbsp; Thanks for the pointer into this sample,&amp;nbsp; we were previously unable to locate an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordy Carlson&lt;/P&gt;&lt;P&gt;Freescale FAE&lt;/P&gt;&lt;P&gt;Upstate NY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 21:01:54 GMT</pubDate>
    <dc:creator>GordyCarlson</dc:creator>
    <dc:date>2015-01-27T21:01:54Z</dc:date>
    <item>
      <title>assistance using the TSI module on a PT32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352568#M21120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for&amp;nbsp; a little assistance using the TSI module on a PT32. I have an application that has touch inputs working well.&amp;nbsp; Now I need to optimize the application for power by putting the cpu into stop mode, and periodically waking to scan ALL of the touch sensors.&amp;nbsp; The TSS library has a mode to wake on a single key, that will not work for my application.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352568#M21120</guid>
      <dc:creator>hightech</dc:creator>
      <dc:date>2015-01-16T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: assistance using the TSI module on a PT32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352569#M21121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I've met with Jim and discussed methods for entering STOP mode on the S08PT32.&amp;nbsp; We clarified that the Real Time Counter (RTC) is used to wake up the S08PT32 from STOP Mode, rather than any other timers.&amp;nbsp; Jim has successfully modified his code to achieve this.&amp;nbsp; RTC is successfully bringing PT32 out of STOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Here is his additional email response.&amp;nbsp; I will next look at the TSS Library and try to determine if there is a reason the TSS stops working after 100ms.&amp;nbsp; I've added this additional comments to this thread, in the event another community user has also found a limitation or a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------From Jim McLean--------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif; color: #3333ff;"&gt;The plan is to be in stop mode, and every half to 1 second wake and check for touch inputs. &lt;BR /&gt; &lt;BR /&gt; What is consistent with the TSS is that it works okay when it is in a loop and called regularly.&amp;nbsp; When I use a periodic timer to schedule a scan, rather than continually looping, the TSS quits working when the scan interval is greater than 100msec.&amp;nbsp; Shorter interrupt times (&amp;lt;30msec) work okay, but as I increase the interval, the TSS starts missing touches.&amp;nbsp; I've tried using the TSS save and restore functions prior to sleep and wake, no difference. &lt;BR /&gt; &lt;BR /&gt; Yesterday I was going to try using the low power modes built into the TSS library through PE, but the options were not available.&amp;nbsp; Perhaps the PT family came up short on the TSS implementation.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352569#M21121</guid>
      <dc:creator>GordyCarlson</dc:creator>
      <dc:date>2015-01-21T16:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: assistance using the TSI module on a PT32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352570#M21122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;Sorry for the late response, you can check the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-S08PT60&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab"&gt;&lt;SPAN style="color: #51626f; font-family: arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: -webkit-left; text-indent: 0px; background-color: #ececec;"&gt;TWR-S08PT60 Labs&lt;/SPAN&gt;&lt;/A&gt;, the lab 1 is a TSI sample code that goes to low power after 5 sec.&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Vicente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 16:29:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352570#M21122</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2015-01-27T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: assistance using the TSI module on a PT32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352571#M21123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pedro!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jim and I will review the sample code within the lab, and build/run it.&amp;nbsp;&amp;nbsp; Will advise if we have any more questions.&amp;nbsp; Thanks for the pointer into this sample,&amp;nbsp; we were previously unable to locate an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordy Carlson&lt;/P&gt;&lt;P&gt;Freescale FAE&lt;/P&gt;&lt;P&gt;Upstate NY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 21:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352571#M21123</guid>
      <dc:creator>GordyCarlson</dc:creator>
      <dc:date>2015-01-27T21:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: assistance using the TSI module on a PT32</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352572#M21124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James, Gordy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vicente's suggestion to review the example code will definitely help you out. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I just wanted to add something to clear things out. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The best way to configure low power applications for touch sensing is using the TSI capabilities of working in low power mode. You can set the RTC to trigger a scan every x time and the TSI will scan only one electrode. All of this while working in low power. Whenever there is a touch on this particular electrode the TSI will wake up the MCU and process will continue. This way the MCU does not wake up often to check if there was a touch or not. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clear things a bit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Andoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 23:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/assistance-using-the-TSI-module-on-a-PT32/m-p/352572#M21124</guid>
      <dc:creator>Andoni_Gonzalez</dc:creator>
      <dc:date>2015-01-27T23:54:48Z</dc:date>
    </item>
  </channel>
</rss>

