<?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: The fastest speed of GPIO</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586002#M21357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lgeorge123 on Sun Feb 10 08:16:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If bit banding can be used as set output value , can it also be used as input value as variables ???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:10:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:10:42Z</dc:date>
    <item>
      <title>The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/585998#M21353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lgeorge123 on Sat Feb 09 02:42:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I modified the code from Gpio_LedBlinky try to get max speed rate , CGU_BASE_PERIPH is set to 204MHz , only 6.5MHz is obtained , what's wrong with my code ?&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337975"&gt;Fast_Gpio_LedBlinky.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/585998#M21353</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/585999#M21354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Sat Feb 09 04:08:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't use the library for GPIO calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use bit banding!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/585999#M21354</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586000#M21355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lgeorge123 on Sat Feb 09 04:21:05 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry , I am new to lpc4357 can you explain to me more ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586000#M21355</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586001#M21356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wmues on Sat Feb 09 06:03:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit banding is a special machine in the cortex Mx cores... a read-modify-write machine for single bits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read the data sheet!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The peripherial alias region is 0x42000000-0x44000000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit banding is explained at:&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%2Finfocenter.arm.com%2Fhelp%2Findex.jsp%3Ftopic%3D%2Fcom.arm.doc.ddi0439b%2FBehcjiic.html" rel="nofollow" target="_blank"&gt;http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439b/Behcjiic.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586001#M21356</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586002#M21357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lgeorge123 on Sun Feb 10 08:16:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If bit banding can be used as set output value , can it also be used as input value as variables ???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586002#M21357</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: The fastest speed of GPIO</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586003#M21358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxp21346 on Mon Feb 11 15:48:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC4357 can toggle I/O lines in software at rates up to 102 MHz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the following code running from SRAM to toggle PD_10 on the Keil MCB4300 board with the LPC4357 running at 204 MHz. Scope trace attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;volatile uint32_t *gpset,*gpclr;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uint32_t gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;scu_pinmux(0xD, 10, MD_EHS, FUNC4);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_GPIO_PORT-&amp;gt;DIR[6] |= 1&amp;lt;&amp;lt;24;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gpset = &amp;amp;LPC_GPIO_PORT-&amp;gt;SET[6];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gpclr = &amp;amp;LPC_GPIO_PORT-&amp;gt;CLR[6];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gpmask = 1&amp;lt;&amp;lt;24;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpset = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*gpclr = gpmask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/The-fastest-speed-of-GPIO/m-p/586003#M21358</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:10:43Z</dc:date>
    </item>
  </channel>
</rss>

