<?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 Getting a time marker LPC55 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1498216#M49729</link>
    <description>&lt;P&gt;I'm doing a bare metal project on an LPC5512 using MCUexpresso and SDK 2.11 using only internal OSC (no external Xtals), 96MHz.&lt;/P&gt;&lt;P&gt;Since I'm doing a loop to check on everything my self (as opposed to FreeRTOS sort of thing), I would like to know what time it is at any given point to a mS (or so) resolution.&lt;/P&gt;&lt;P&gt;Is there a way to just grab a time off the part somehow? Maybe have to run a timer or something or is there like a systick counter or cycle counter somewhere I can grab.&lt;/P&gt;&lt;P&gt;I'm just interested in relative time so nothing fancy like an RTC.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 20:27:15 GMT</pubDate>
    <dc:creator>randylee</dc:creator>
    <dc:date>2022-07-29T20:27:15Z</dc:date>
    <item>
      <title>Getting a time marker LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1498216#M49729</link>
      <description>&lt;P&gt;I'm doing a bare metal project on an LPC5512 using MCUexpresso and SDK 2.11 using only internal OSC (no external Xtals), 96MHz.&lt;/P&gt;&lt;P&gt;Since I'm doing a loop to check on everything my self (as opposed to FreeRTOS sort of thing), I would like to know what time it is at any given point to a mS (or so) resolution.&lt;/P&gt;&lt;P&gt;Is there a way to just grab a time off the part somehow? Maybe have to run a timer or something or is there like a systick counter or cycle counter somewhere I can grab.&lt;/P&gt;&lt;P&gt;I'm just interested in relative time so nothing fancy like an RTC.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 20:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1498216#M49729</guid>
      <dc:creator>randylee</dc:creator>
      <dc:date>2022-07-29T20:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a time marker LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1498722#M49735</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is RTC demo , you can refer to:&lt;/P&gt;
&lt;P&gt;The RTC project is a simple demonstration program of the SDK RTC driver. It sets up the RTC&lt;BR /&gt;hardware block to trigger an alarm after a user specified time period. The test will set the current&lt;BR /&gt;date and time to a predefined value. The alarm will be set with reference to this predefined date&lt;BR /&gt;and time.&lt;/P&gt;
&lt;P&gt;Download from&amp;nbsp;&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 09:45:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1498722#M49735</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-08-01T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a time marker LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1499596#M49747</link>
      <description>&lt;P&gt;RTC runs to the second.. I need mS resolution.&amp;nbsp; Or even uS would work as long as I have a 32bit value to play with...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 12:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1499596#M49747</guid>
      <dc:creator>randylee</dc:creator>
      <dc:date>2022-08-02T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a time marker LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1500081#M49751</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It can generate 1ms resolution:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1659513668996.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188937i8D5866924789CD65/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1659513668996.png" alt="Alice_Yang_0-1659513668996.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 08:01:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1500081#M49751</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-08-03T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a time marker LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1500470#M49758</link>
      <description>&lt;P&gt;Figured it out... what I wanted was OSTIMER which will get me what I need with a shade over 30uS resolution.&lt;/P&gt;&lt;P&gt;Hard to see how to use any of this stuff tho... I hate Doxygen generated documentation; it's really not very useful at all.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 19:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Getting-a-time-marker-LPC55/m-p/1500470#M49758</guid>
      <dc:creator>randylee</dc:creator>
      <dc:date>2022-08-03T19:33:54Z</dc:date>
    </item>
  </channel>
</rss>

