<?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: SPIFI interface and LCD controller in LPC1857 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772766#M31065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use a calculator and use these values:&amp;nbsp;&amp;nbsp;&amp;nbsp; f(spifi) = 6ms / (150000 *2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you see, that at 50MHz you would get a raw rate of 150kbyte per 6ms. Taking breaks into account means, that you should maybe work with 72MHz or higher. Let's go for 90MHz, because this is 180MHz / 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breaks in communications on memory bus systems are either there by design or because of other bus masters with a currently higher priority are allocating the bus. So the the overall system load might influence the performance of the SPIFI interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 12:33:51 GMT</pubDate>
    <dc:creator>bernhardfink</dc:creator>
    <dc:date>2018-02-12T12:33:51Z</dc:date>
    <item>
      <title>SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772761#M31060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help to understand an issue i am facing while using SPIFI interface &amp;amp; LCD controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;took Flexible camera demo from NXP.&lt;/P&gt;&lt;P&gt;would like to make use of the SPIFI interface. so moved the LCD buffer from SDRAM to SPIFI memory. camera buffer still in SDRAM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initialized the SPIFI interface to memory mapped from location 0x14000000.&lt;/P&gt;&lt;P&gt;initialized LCD and mapped to the upper panel base address as 0x14000000.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when there is a new frame from camera, did a reset to SPIFI interface to come out of memory mode. after that copied the frame from SDRAM to spifi memory using spifi command register.&amp;nbsp;&lt;/P&gt;&lt;P&gt;at the end, moved the SPIFI interface back to memory mapped mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my observation: LCD was reading from spifi memory till i do the first spifi interface reset. after that LCD is not getting updated. am i doing something wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 00:59:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772761#M31060</guid>
      <dc:creator>vinaymanikkoth</dc:creator>
      <dc:date>2018-01-31T00:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772762#M31061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make sure that we have the same understanding:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the LCD buffer is in the QSPI memory area, then this automatically means that it is read-only for the LCD controller&lt;/LI&gt;&lt;LI&gt;With the ARM you can read from it in memory mapped mode&lt;/LI&gt;&lt;LI&gt;With the ARM you can (re-)program the QSPI using the API from the SPIFI driver&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What you can't do:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Simply write to the QSPI in memory mapped mode&lt;/LI&gt;&lt;LI&gt;Access the QSPI in memory mapped mode (for example with the LCD controller) during programming&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 11:32:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772762#M31061</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2018-01-31T11:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772763#M31062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI style="color: #666666;"&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;If the LCD buffer is in the QSPI memory area, then this automatically means that it is read-only for the LCD controller&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Yes, I am treating this as a read only memory. Can I update the memory by changing from memory mode to command mode and turn on the memory mode after the update?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;After enabling memory mode, updating the upbase or lpbase address of the lcd controller will initiate a interrupt to update the display image. Am I correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772763#M31062</guid>
      <dc:creator>vinaymanikkoth</dc:creator>
      <dc:date>2018-02-01T23:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772764#M31063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say "update the memory", then this means "Write". So you don't treat it as RO memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A TFT is updated all the time, let's say 30 times per second. If you don't stop the LCD controller before you set the QSPI to programming mode, the LCD controller DMA will try to access a memory which is in fact not accessible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have more than one display frame stored in the QSPI, then you can switch at any point in time the basepointer to the new frame start address, you don't need to stop the LCD controller for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:09:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772764#M31063</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2018-02-02T10:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772765#M31064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so if i am using SPIFI as display buffer, have to do a 150KB read (240x320 display) in 6ms.&amp;nbsp; Can i do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why there is a idle time (no spi/qpi&amp;nbsp;clock for some time) after every 32bit access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 23:56:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772765#M31064</guid>
      <dc:creator>vinaymanikkoth</dc:creator>
      <dc:date>2018-02-10T23:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI interface and LCD controller in LPC1857</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772766#M31065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use a calculator and use these values:&amp;nbsp;&amp;nbsp;&amp;nbsp; f(spifi) = 6ms / (150000 *2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you see, that at 50MHz you would get a raw rate of 150kbyte per 6ms. Taking breaks into account means, that you should maybe work with 72MHz or higher. Let's go for 90MHz, because this is 180MHz / 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breaks in communications on memory bus systems are either there by design or because of other bus masters with a currently higher priority are allocating the bus. So the the overall system load might influence the performance of the SPIFI interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-interface-and-LCD-controller-in-LPC1857/m-p/772766#M31065</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2018-02-12T12:33:51Z</dc:date>
    </item>
  </channel>
</rss>

