<?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: Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545899#M13145</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 Aug 26 02:28:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried asking on LPCLinux.com?&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.lpclinux.com%2F" rel="nofollow" target="_blank"&gt;http://www.lpclinux.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:28:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:28:43Z</dc:date>
    <item>
      <title>Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545898#M13144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yildizabdullah on Mon Aug 26 02:07:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need some help with External Memory Controller (EMC) peripheral on LPC3250 microprocessor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to write a device driver for this peripheral but I could only have found a definition for the addresses of the various sections of the peripheral at linux-2.6.27.8/arch/arm/mach-lpc32xx/include/mach/platform.h:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_BASE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x31080000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define AHB1_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((EMC_BASE - DMA_BASE) + SZ_4K)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_CS0_BASE0xE0000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_CS1_BASE0xE1000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_CS2_BASE0xE2000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_CS3_BASE0xE3000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_DYCS0_BASE0x80000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;include/mach/platform.h:#define EMC_DYCS1_BASE0xA0000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do after that? Could you help me with this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545898#M13144</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545899#M13145</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 Aug 26 02:28:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried asking on LPCLinux.com?&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.lpclinux.com%2F" rel="nofollow" target="_blank"&gt;http://www.lpclinux.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545899#M13145</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545900#M13146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yildizabdullah on Mon Aug 26 02:47:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, but no answer so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545900#M13146</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545901#M13147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kenh6942 on Mon Aug 26 05:07:47 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the uboot patches. The EMC peripheral needs to be operational before OS loading since the OS is likely loaded into external RAM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545901#M13147</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a Device Driver for External Memory Controller (EMC) peripheral on LPC3250</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545902#M13148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by yildizabdullah on Mon Aug 26 09:11:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the image attached to this post supports your claim.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is the current memory map of the system. Am I right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Writing-a-Device-Driver-for-External-Memory-Controller-EMC/m-p/545902#M13148</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:44Z</dc:date>
    </item>
  </channel>
</rss>

