<?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>LPCXpresso IDEのトピックRe: Calling timer for very 1ms</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559736#M15545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jan 27 02:38:39 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the forums for "1ms timer" - there are several threads. For example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2F1-micro-sec-timer" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/1-micro-sec-timer&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:39:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:39:45Z</dc:date>
    <item>
      <title>Calling timer for very 1ms</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559735#M15544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Mon Jan 27 01:45:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hallo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need to call an function for every 1ms using a timer.Please telll me how to program that in C&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559735#M15544</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling timer for very 1ms</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559736#M15545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Jan 27 02:38:39 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the forums for "1ms timer" - there are several threads. For example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2F1-micro-sec-timer" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/1-micro-sec-timer&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559736#M15545</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling timer for very 1ms</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559737#M15546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Mon Jan 27 04:36:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
//set systick
SysTick_Config(SystemCoreClock / 1000);

//set flag
//SysTick
void SysTick_Handler(void) //Interrupt handler
{
 flag =1;
}

//call function
if(flag)
{
 flag =0;
 call_function();
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Calling-timer-for-very-1ms/m-p/559737#M15546</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:39:46Z</dc:date>
    </item>
  </channel>
</rss>

