<?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中的主题 Parallel NOR Flash interface in LPC4367</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parallel-NOR-Flash-interface-in-LPC4367/m-p/910212#M36439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC4367 controller in one of our project. I am able to interface SDRAM and now i want to use Norflash as well. Also we are planning to interface SRAM interface.&lt;/P&gt;&lt;P&gt;So over all we will be using SDRAM, SRAM and NORFLASH together, but I have some queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can I use SDRAM, SRAM and NORFLASH together over EMC lines?&lt;/P&gt;&lt;P&gt;2. Accessing of SDRAM, SRAM and NOR flash is possible together like reading data from SDRAM or SRAM and storing it in NOR Flash.&lt;/P&gt;&lt;P&gt;3. Do we have any example code working for parallel NOR Flash?&lt;/P&gt;&lt;P&gt;4. Is there any reference document regarding the SDRAM, NOR Flash and SRAM interface method like AN1508 app note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please share the code for reference with respect to LPCXpresso ide. This is on higher priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Aug 2019 04:45:24 GMT</pubDate>
    <dc:creator>gauravmore</dc:creator>
    <dc:date>2019-08-10T04:45:24Z</dc:date>
    <item>
      <title>Parallel NOR Flash interface in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parallel-NOR-Flash-interface-in-LPC4367/m-p/910212#M36439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using LPC4367 controller in one of our project. I am able to interface SDRAM and now i want to use Norflash as well. Also we are planning to interface SRAM interface.&lt;/P&gt;&lt;P&gt;So over all we will be using SDRAM, SRAM and NORFLASH together, but I have some queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can I use SDRAM, SRAM and NORFLASH together over EMC lines?&lt;/P&gt;&lt;P&gt;2. Accessing of SDRAM, SRAM and NOR flash is possible together like reading data from SDRAM or SRAM and storing it in NOR Flash.&lt;/P&gt;&lt;P&gt;3. Do we have any example code working for parallel NOR Flash?&lt;/P&gt;&lt;P&gt;4. Is there any reference document regarding the SDRAM, NOR Flash and SRAM interface method like AN1508 app note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please share the code for reference with respect to LPCXpresso ide. This is on higher priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2019 04:45:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parallel-NOR-Flash-interface-in-LPC4367/m-p/910212#M36439</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2019-08-10T04:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel NOR Flash interface in LPC4367</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Parallel-NOR-Flash-interface-in-LPC4367/m-p/910213#M36440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gaurav,&lt;/P&gt;&lt;P&gt;First of all, the LPC4367 has EMC module, with which user can connect SRAM, SDRAM and NOR flash together.&lt;/P&gt;&lt;P&gt;Q1. Can I use SDRAM, SRAM and NORFLASH together over EMC lines?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;yes&lt;/P&gt;&lt;P&gt;2. Accessing of SDRAM, SRAM and NOR flash is possible together like reading data from SDRAM or SRAM and storing it in NOR Flash.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Because the SDRAM, SRAM, NOR flash occupy different memory space, it is okay to read the three type memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Do we have any example code working for parallel NOR Flash?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Because the EVM board does not have SRAM, NOR flash, I suppose we have not the code to access SRAM and NOR flash.&lt;/P&gt;&lt;P&gt;4. Is there any reference document regarding the SDRAM, NOR Flash and SRAM interface method like AN1508 app note.&lt;/P&gt;&lt;P&gt;Pls refer to the link for EMC initilization.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/message/754280" target="test_blank"&gt;https://community.nxp.com/message/754280&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it can help you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;XiangJun Rong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 08:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Parallel-NOR-Flash-interface-in-LPC4367/m-p/910213#M36440</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2019-08-12T08:57:50Z</dc:date>
    </item>
  </channel>
</rss>

