<?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 Re: LPC1768 interrupt time waste in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586715#M27337</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 Fri Oct 04 03:37:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you &lt;/SPAN&gt;&lt;STRONG&gt;read&lt;/STRONG&gt;&lt;SPAN&gt; the PDF file that I provided the link to, then it explains everything. Read the section on the NVIC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:44:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:44:27Z</dc:date>
    <item>
      <title>LPC1768 interrupt time waste</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586712#M27334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by AmirHejazi on Fri Oct 04 01:15:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible to define amount of clock pulses used(consumed) in every interrupt?(assume that the handler does not contain any code)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586712#M27334</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 interrupt time waste</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586713#M27335</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 Fri Oct 04 03:01:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;According to this:&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.arm.com%2Ffiles%2Fpdf%2FintroToCortex-M3.pdf" rel="nofollow" target="_blank"&gt;http://www.arm.com/files/pdf/introToCortex-M3.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the interrupt latency of a Cortex-M3 is 12 cycles (compared with 24-42 for ARM7TDMI).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586713#M27335</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 interrupt time waste</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586714#M27336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by AmirHejazi on Fri Oct 04 03:33:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- is it a fixed value or it's the max value of latency?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- 12 cycles for push the handler and 12 cycles for pop from it. (page 7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that means a simple interrupt hendler consumes 24 clock pulses. per every call.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did i said that correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amir&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586714#M27336</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1768 interrupt time waste</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586715#M27337</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 Fri Oct 04 03:37:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you &lt;/SPAN&gt;&lt;STRONG&gt;read&lt;/STRONG&gt;&lt;SPAN&gt; the PDF file that I provided the link to, then it explains everything. Read the section on the NVIC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1768-interrupt-time-waste/m-p/586715#M27337</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:44:27Z</dc:date>
    </item>
  </channel>
</rss>

