<?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: MKW36 LVD interrupt in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067857#M57221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luo Liang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot see in the function you posted the setting of the LVD Interrupt Enable bit and the enabling of the corresponding interrupt request in the NVIC module. Could you please confirm if these settings are in another part of your program?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please take into consideration that the LVD Reset Enable bit is a write-once bit. Once you made a write on PMC_LVDSC1 register you would not be able to change the configuration of this bit until the next reset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2020 22:11:47 GMT</pubDate>
    <dc:creator>nxf63973</dc:creator>
    <dc:date>2020-08-07T22:11:47Z</dc:date>
    <item>
      <title>MKW36 LVD interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067856#M57220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have a question about LVD for MKW36A512:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;When I enable the interruption and disable the reset function of LVD, the decrease of VDD voltage can trigger LVDF setting, but it will not trigger LVD_LVW_DCDC_IRQHandler Call.Why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;void board_lvd_config(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC1 = PMC_LVDSC1_LVDV(1);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC1 |= PMC_LVDSC1_LVDACK(1);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC1 | PMC_LVDSC1_LVDRE(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC2 = PMC_LVDSC2_LVWV(1);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC2 |= PMC_LVDSC2_LVWACK(1);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; PMC-&amp;gt;LVDSC2 |= PMC_LVDSC2_LVWV(1);&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 03:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067856#M57220</guid>
      <dc:creator>842203661</dc:creator>
      <dc:date>2020-08-06T03:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: MKW36 LVD interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067857#M57221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luo Liang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot see in the function you posted the setting of the LVD Interrupt Enable bit and the enabling of the corresponding interrupt request in the NVIC module. Could you please confirm if these settings are in another part of your program?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please take into consideration that the LVD Reset Enable bit is a write-once bit. Once you made a write on PMC_LVDSC1 register you would not be able to change the configuration of this bit until the next reset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 22:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067857#M57221</guid>
      <dc:creator>nxf63973</dc:creator>
      <dc:date>2020-08-07T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: MKW36 LVD interrupt</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067858#M57222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp;I forgot to configure NVIC。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 00:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKW36-LVD-interrupt/m-p/1067858#M57222</guid>
      <dc:creator>842203661</dc:creator>
      <dc:date>2020-08-24T00:53:09Z</dc:date>
    </item>
  </channel>
</rss>

