<?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: lpc3250 EMC Static Memory Boot</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544260#M12866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following links may be useful in case of using a NOR Flash on the EMC of the LPC3250:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lpcware.com/content/project/lpc32x0-cdl-boot-loaders/lpc32x0-s1l/kickstart-build-example"&gt;https://www.lpcware.com/content/project/lpc32x0-cdl-boot-loaders/lpc32x0-s1l/kickstart-build-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keil.com/forum/60718/"&gt;http://www.keil.com/forum/60718/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 17:01:43 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2016-10-19T17:01:43Z</dc:date>
    <item>
      <title>lpc3250 EMC Static Memory Boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544258#M12864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jplzl on Tue Oct 29 23:28:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The bootloader first reads the SPI1_DATIN pin value and writes it to the PB bit in the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EMCStaticConfig0 register. Then the bootloader reads the memory width configuration &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nibble (MW) at address 0xE000 0000 to determine the memory width.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only acceptable validation words at 0xE000 0000 are 0x13579BD2 for 32-bit memory, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0x13579BD1 for 16-bit memory, and 0x13579BD0 for 8-bit memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now,i want to know,how can i write the 0x13579BD1 to 0xE000 0000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And i want to let lpc3250 boot from the nor flash,the address is CS0. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544258#M12864</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: lpc3250 EMC Static Memory Boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544259#M12865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on the EMC boot of LPC3250, but I have not succeed yet. I know how to put 0x13579BDx to 0xE0000000. You can use editors like UltraEdit which can modify documents in a hex way to write 0x13579BDx to the very first place in the image that you want to burn into the nor flash. &amp;nbsp;This operation can make LPC3250 start to access 0xE0000004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you successfully boot from nor flash, please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 06:30:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544259#M12865</guid>
      <dc:creator>ywzhu</dc:creator>
      <dc:date>2016-10-08T06:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: lpc3250 EMC Static Memory Boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544260#M12866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The following links may be useful in case of using a NOR Flash on the EMC of the LPC3250:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lpcware.com/content/project/lpc32x0-cdl-boot-loaders/lpc32x0-s1l/kickstart-build-example"&gt;https://www.lpcware.com/content/project/lpc32x0-cdl-boot-loaders/lpc32x0-s1l/kickstart-build-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keil.com/forum/60718/"&gt;http://www.keil.com/forum/60718/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544260#M12866</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2016-10-19T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: lpc3250 EMC Static Memory Boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544261#M12867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 09:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc3250-EMC-Static-Memory-Boot/m-p/544261#M12867</guid>
      <dc:creator>ywzhu</dc:creator>
      <dc:date>2016-10-22T09:50:40Z</dc:date>
    </item>
  </channel>
</rss>

