<?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: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270694#M44860</link>
    <description>&lt;P&gt;&lt;EM&gt;&amp;gt; Please provide the solution since we have completed Phase 2 of our development and need to initiate with phase 3. Now this is the issue we are facing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then better ask NXP for technical support.&lt;/P&gt;&lt;P&gt;You cannot expect volunteers on a public forum to solve your commercial problems for free.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 06:55:37 GMT</pubDate>
    <dc:creator>frank_m</dc:creator>
    <dc:date>2021-04-30T06:55:37Z</dc:date>
    <item>
      <title>RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222606#M43764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using LPC 4367 controller for one of my product development. There I am facing issue with RTC. I want to convert date and time into seconds, but&amp;nbsp; no such functions are available in MCU Xpresso.&lt;/P&gt;&lt;P&gt;Also I want to understand the calibration procedure for RTC for the controller. Is there any reference code available which explains both the issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 10:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222606#M43764</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-01-28T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222701#M43765</link>
      <description>&lt;P&gt;Look for conversion functions between date/time and epochs (seconds since 1970/01/01). There are plenty of examples available in the Unix/Linux world. Just swap in your own date/time structs, or port the Linux one's.&lt;/P&gt;&lt;P&gt;I did similar functions some while ago for my company, thus I cannott share it here. But it is mostly based on such example code.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 14:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222701#M43765</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-01-28T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222706#M43766</link>
      <description>&lt;P&gt;The newlib library supplied with MCUXpresso includes all of the &amp;lt;time.h&amp;gt; functions found in standard C, so you should not need to write any code yourself (I am not sure about redlib, but it may include them as well).&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 14:30:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1222706#M43766</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-01-28T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1223093#M43774</link>
      <description>&lt;P&gt;I guess we had slightly different use cases then.&lt;/P&gt;&lt;P&gt;Mine was calculate an epoch value from a current date relative to an arbitrary reference date, which was stored as a timestamp in a small event recorder memory. Mainly for size reasons.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 06:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1223093#M43774</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-01-29T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270633#M44858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;I did the modifications and it is working with respect to RTC validation while updating through the external device .&lt;/P&gt;&lt;P&gt;But it is observed the after setting the RTC there is lag in the time which is about 8 Min in 2 days. What is the process of calibration of internal RTC for LPC4367.&lt;/P&gt;&lt;P&gt;Please provide the solution since we have completed Phase 2 of our development and need to initiate with phase 3. Now this is the issue we are facing.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 04:07:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270633#M44858</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-04-30T04:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270694#M44860</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; Please provide the solution since we have completed Phase 2 of our development and need to initiate with phase 3. Now this is the issue we are facing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then better ask NXP for technical support.&lt;/P&gt;&lt;P&gt;You cannot expect volunteers on a public forum to solve your commercial problems for free.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 06:55:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270694#M44860</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-04-30T06:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270731#M44861</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;You cannot expect volunteers on a public forum to solve your commercial problems for free&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;If this is the problem then should I raise the ticket for the same? since this is one of the problem for the same.&lt;/P&gt;&lt;P&gt;Expecting the reply instead .. since considering the discussion in the forum,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/RTC-calibration-in-LPC54608J512BD208/m-p/1243233#M44224" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/RTC-calibration-in-LPC54608J512BD208/m-p/1243233#M44224&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is it the same case for the LPC4367 series?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 08:05:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1270731#M44861</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-04-30T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1271157#M44876</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; is it the same case for the LPC4367 series?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I suppose not. From my perspective, both series are quite a bit different. I am using a LPC54628, for a hobbyist project. My company does not use NXP MCUs in it's current projects.&lt;/P&gt;&lt;P&gt;Perhaps the NXP staff here can assist you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 06:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1271157#M44876</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-05-03T06:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Calibration and Date time to seconds conversion procedure in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1278909#M45063</link>
      <description>&lt;P&gt;Hi Con Verse,&lt;/P&gt;&lt;P&gt;While searching for the document related to the calibration procedure of RTC for LPC 43xx i found the application note which is having similar approach as it is mentioned in the user manual of the LPC4367 controller.&lt;/P&gt;&lt;P&gt;Application name "AN10849". It is for 1700 controller but is similar to the procedure mentioned in the user manual UM10503 for LPC43xx.&lt;/P&gt;&lt;P&gt;I have attached the Application note. please confirm whether same can be used for the calibration of RTC.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 10:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Calibration-and-Date-time-to-seconds-conversion-procedure-in/m-p/1278909#M45063</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-05-19T10:27:30Z</dc:date>
    </item>
  </channel>
</rss>

