<?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: speed problem with emWin</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514948#M944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noufal on Tue Oct 13 10:03:15 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Keil along with CMSIS drivers, I'm using 25FL256, In case of booting from SPIFI, I just used the Keil Blinky example and added my files on top of it, no special spifi library&amp;nbsp; initialization is done since it was a working example, I'm not sure where the SPIFI library is placed in this case, I could not locate the SPIFI library information in the map file. Attached the map file. In this case the MicroLib was enabled in keil. I'm not sure if i boot from SPIFI i have to add a initialization for SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i booted from external NOR flash, I added initialization for SPIFI in my code and the SPIFI lib by default it's in NOR flash&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:14:58 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:14:58Z</dc:date>
    <item>
      <title>speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514942#M938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noufal on Thu Oct 08 06:19:02 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a speed problem with emWin. I have board with a 7 inch 800*480 24bit TFT and the LPC1850(flash less part).The processor and the LCD are connected via 24 lines. But performances are bad. Everything work very slow (Bit map update takes around 5sec for 24bit image ). I have external NOR flash and SPIFI in my board, Processor is running at 180MHZ and SDRAM at 90MHZ, SPIFI 90MHZ.&amp;nbsp; Images are stored in SPIFI. I'm using triple buffering with SDRAM. What are the recommendations to increase speed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514942#M938</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514943#M939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Fri Oct 09 07:08:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Noufal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to run EMC and Core at 120MHz. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where is the code?&amp;nbsp; Try to run frequently called functions from SRAM and rest of the code from SPIFI. It should boost performance. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514943#M939</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514944#M940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noufal on Fri Oct 09 10:44:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;MC, Thanks for sharing the details. I tried this today, changed the&amp;nbsp; EMC and processor at 120MHz. It's improved the performance but not up to the mark in 7inch, my 4.3 inch works much faster than earlier,&amp;nbsp; The code is running in NOR flash, Please find the attached scatter file &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514944#M940</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514945#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Fri Oct 09 10:50:19 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Noufal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try to run code from SPIFI? Also place most frequently used code in the internal SRAM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514945#M941</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514946#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noufal on Mon Oct 12 08:03:17 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Mc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Initially i tried my code to boot from SPIFI, for some reason i was not able to run from SPIFI when ever i load from SPIFI it get to&amp;nbsp; hard fault , I had some small application running from SPIFI, but when i use the external memory (SDRAM/NOR Flash)&amp;nbsp; along with SPIFI i'm not able to get it to run. I added another thread here&amp;nbsp; for that, but after so many trial also did not get that working, then i started use boot from NOR flash and kept the images in SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also i tried booting from external NOR and have the code in SPIFI that also getting it to hard fault&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514946#M942</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514947#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Tue Oct 13 07:00:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using LPCOpen or your own S/W package? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you placing SPIFI library in internal SRAM? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which SPIFI device are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514947#M943</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514948#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Noufal on Tue Oct 13 10:03:15 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Keil along with CMSIS drivers, I'm using 25FL256, In case of booting from SPIFI, I just used the Keil Blinky example and added my files on top of it, no special spifi library&amp;nbsp; initialization is done since it was a working example, I'm not sure where the SPIFI library is placed in this case, I could not locate the SPIFI library information in the map file. Attached the map file. In this case the MicroLib was enabled in keil. I'm not sure if i boot from SPIFI i have to add a initialization for SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when i booted from external NOR flash, I added initialization for SPIFI in my code and the SPIFI lib by default it's in NOR flash&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514948#M944</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: speed problem with emWin</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514949#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noufal,&lt;/P&gt;&lt;P&gt;I am doing similar thing. Uploading binary to Nor flash(SST39VF3202) &amp;amp; running program from Nor Flash. I am also using emWin for LCD. My execution speed is very slow &amp;amp; I can't even able to generate a stable timer interrupt of 100 us. Can you suggest any ideas to improve execution speed.&lt;/P&gt;&lt;P&gt;I am using LPC4088 custom board with CPU clock, PCLK, &amp;amp; EMC clock running at 72MHz.(80MHz being limit for EMC)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 11:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/speed-problem-with-emWin/m-p/514949#M945</guid>
      <dc:creator>priyankb</dc:creator>
      <dc:date>2018-10-12T11:25:06Z</dc:date>
    </item>
  </channel>
</rss>

