<?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 Enable/disable Analog Compare MKE02 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745353#M45384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using MKE02 MCU on my board. I init ACMP(analog compare) and it runs. But i want to disable/enable ACMP by clear/set ACMPx_SC[ACE] when MCU is running. What happen when i do that?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sorry, my English is not good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Mar 2018 02:18:54 GMT</pubDate>
    <dc:creator>phamtrieu</dc:creator>
    <dc:date>2018-03-10T02:18:54Z</dc:date>
    <item>
      <title>Enable/disable Analog Compare MKE02</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745353#M45384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using MKE02 MCU on my board. I init ACMP(analog compare) and it runs. But i want to disable/enable ACMP by clear/set ACMPx_SC[ACE] when MCU is running. What happen when i do that?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sorry, my English is not good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 02:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745353#M45384</guid>
      <dc:creator>phamtrieu</dc:creator>
      <dc:date>2018-03-10T02:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enable/disable Analog Compare MKE02</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745354#M45385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you disable ACMP by clear ACMPx_SC[ACE] , then the function of this module will not work anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;1. It will not generate interrupt according to the voltage of input(external signal or 6-bit DAC output).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. The ACMP0 output capture function will be disabled.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.2.3 ACMP0 output capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18938i665035402B8345C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.2.3 ACMP0 output capture.PNG" alt="3.2.3 ACMP0 output capture.PNG" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3. FTM2 three PWM synchronization function will be affected due to it was the Trigger0 of FTM2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Trigger0 is connected to the output of ACMP0.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19018iF8D3791623699B9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Trigger0 is connected to the output of ACMP0.PNG" alt="Trigger0 is connected to the output of ACMP0.PNG" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4. FTM2 fault function will be affected due to Fault 0 is connected to ACMP0 output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Fault 0 is connected to ACMP0 output.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19062i20E297A2CAD7D699/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fault 0 is connected to ACMP0 output.PNG" alt="Fault 0 is connected to ACMP0 output.PNG" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5. Then UART0_RX filter using ACMP0 will be disabled.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.2.6 UART0_RX filter.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18884i856426E12BAE60AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.2.6 UART0_RX filter.PNG" alt="3.2.6 UART0_RX filter.PNG" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;6. The wakeup function by ACMP will be affected.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Table 3-11. AWIC stop wakeup sources.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19122i0923D151A416FE9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table 3-11. AWIC stop wakeup sources.PNG" alt="Table 3-11. AWIC stop wakeup sources.PNG" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 13 Mar 2018 03:34:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745354#M45385</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-03-13T03:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enable/disable Analog Compare MKE02</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745355#M45386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, i do not use that feature which use ACMP output. I only use interrupt of ACMP.&lt;/P&gt;&lt;P&gt;I want to ask that: when i enable module ACMP, could it make i interrupt or something without signal to ACMP chanel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 03:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enable-disable-Analog-Compare-MKE02/m-p/745355#M45386</guid>
      <dc:creator>phamtrieu</dc:creator>
      <dc:date>2018-03-16T03:49:37Z</dc:date>
    </item>
  </channel>
</rss>

