<?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>LPC MicrocontrollersのトピックRe: Sudden Power Outage LPC1857</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1652646#M52567</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you can connect a large bypass capacitor on the 3.3V power supply pins, the LPC1857 has BOD, which can detect the power supply voltage, when the voltage is less than a threshold which is programmable, the BOD will fire an interrupt, in the BOD ISR, you can write the important data to on-chip EEPROM or flash. Because large capacitor is connected, it can keep a long time so that the data can be written reliably.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 01:43:32 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2023-05-18T01:43:32Z</dc:date>
    <item>
      <title>Sudden Power Outage LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1652357#M52565</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I would like to know how it is possible to save the value set for a variable in flash memory moments before a sudden shutdown of the LPC1857 microcontroller's power supply.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Rubens Júnior&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 18:53:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1652357#M52565</guid>
      <dc:creator>rubensjunior</dc:creator>
      <dc:date>2023-05-17T18:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden Power Outage LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1652646#M52567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you can connect a large bypass capacitor on the 3.3V power supply pins, the LPC1857 has BOD, which can detect the power supply voltage, when the voltage is less than a threshold which is programmable, the BOD will fire an interrupt, in the BOD ISR, you can write the important data to on-chip EEPROM or flash. Because large capacitor is connected, it can keep a long time so that the data can be written reliably.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 01:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1652646#M52567</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-05-18T01:43:32Z</dc:date>
    </item>
    <item>
      <title>BOD LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1668448#M52988</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please can you help me to find code examples with BOD implementation for LPC1857?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rubens Júnior&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 13:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1668448#M52988</guid>
      <dc:creator>rubensjunior</dc:creator>
      <dc:date>2023-06-13T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: BOD LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1668722#M52993</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Unfortunately, I do not get the BOD example for the LPC1857, but there is BOD example in the LPCOpen package for the LPC4088, pls refer to it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1686706642216.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227490i57D4E20B9CD815FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1686706642216.png" alt="xiangjun_rong_0-1686706642216.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 01:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Sudden-Power-Outage-LPC1857/m-p/1668722#M52993</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-06-14T01:37:39Z</dc:date>
    </item>
  </channel>
</rss>

