<?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: A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654388#M26013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using OM13076 board (LPC18S37JET100).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 01:10:17 GMT</pubDate>
    <dc:creator>jeremyhsiao</dc:creator>
    <dc:date>2017-03-06T01:10:17Z</dc:date>
    <item>
      <title>A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654385#M26010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2, it seems to me that there is a minor defect at setting RTC (time will be used in FAT32).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;int rtc_initialize (void)&lt;BR /&gt;{&lt;BR /&gt; ...&lt;BR /&gt; Chip_RTC_SetFullAlarmTime(LPC_RTC, &amp;amp;rtcTime);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;int rtc_initialize (void)&lt;BR /&gt;{&lt;BR /&gt;...&lt;BR /&gt;Chip_RTC_SetFullTime(LPC_RTC, &amp;amp;rtcTime);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:19:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654385#M26010</guid>
      <dc:creator>jeremyhsiao</dc:creator>
      <dc:date>2017-02-21T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654386#M26011</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;We are checking this internally. Thank you for your feedback.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:47:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654386#M26011</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-03-03T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654387#M26012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please let us know the device you are using??&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654387#M26012</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-03-03T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654388#M26013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using OM13076 board (LPC18S37JET100).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 01:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654388#M26013</guid>
      <dc:creator>jeremyhsiao</dc:creator>
      <dc:date>2017-03-06T01:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: A minor RTC defect at the example of LPCUSBlib_MassStorageHost in LPCOpen 2.2?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654389#M26014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, you're right.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the rtc function will be used in filesystem. if you create or modify a file, the file's new time stamp will use the rtc values.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&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>Mon, 06 Mar 2017 18:38:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/A-minor-RTC-defect-at-the-example-of-LPCUSBlib-MassStorageHost/m-p/654389#M26014</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-03-06T18:38:17Z</dc:date>
    </item>
  </channel>
</rss>

