<?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 Re: Why is ClrValue() not working? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337897#M16151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of this.&amp;nbsp; However, my PPG signal is high even when I try to clear it.&amp;nbsp; I cannot make it low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 16:22:50 GMT</pubDate>
    <dc:creator>cmcc</dc:creator>
    <dc:date>2014-11-19T16:22:50Z</dc:date>
    <item>
      <title>Why is ClrValue() not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337895#M16149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble with the PPG1_ClrValue().&amp;nbsp; First I use PPG1_Disable().&amp;nbsp; That works fine.&amp;nbsp; However, when I use PPG1_ClrValue(), nothings happens.&amp;nbsp; It is the same with PPG1_SetValue().&amp;nbsp; Why are these not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337895#M16149</guid>
      <dc:creator>cmcc</dc:creator>
      <dc:date>2014-10-20T20:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why is ClrValue() not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337896#M16150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This PPG component works with the FTM module as the counter module or another timer and the methods SetValue and ClearValue are only valid when the module is disabled, the necessary sequence to use them is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Disable();&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;ClearValue();&lt;BR /&gt;Enable();&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Or&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Disable();&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;SetValue();&lt;BR /&gt;Enable();&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;These methods do not write to the duty register, this means that the value of the counter for each channel remains the same after calling these methods. The methods only write to the register that changes the initial value of the channel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt; font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif;"&gt;I hope this information can help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Adrian&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7273px; font-family: inherit; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 23:41:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337896#M16150</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-10-29T23:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is ClrValue() not working?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337897#M16151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of this.&amp;nbsp; However, my PPG signal is high even when I try to clear it.&amp;nbsp; I cannot make it low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-is-ClrValue-not-working/m-p/337897#M16151</guid>
      <dc:creator>cmcc</dc:creator>
      <dc:date>2014-11-19T16:22:50Z</dc:date>
    </item>
  </channel>
</rss>

