<?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: emWin + LPC1788 + SRAM in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515289#M1101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by eddy0317 on Thu Mar 13 00:57:35 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;My solution：&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define GUI_BUF_ADDR&amp;nbsp; 0x28200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original value is 0x28050000.But My LCD screen resolution is 800*680,and VRAM_ADDR is 0x28000000.So the frame buffer would reach GUI_BUF_ADDR.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:15:51 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:15:51Z</dc:date>
    <item>
      <title>emWin + LPC1788 + SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515287#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TVT on Thu Feb 20 03:39:47 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are attempting to connect TM043NBH02 LCD touch screen module to our new LPC1788 based system that have Static RAM for video memory. We trying to use emWin library to display information on LCD module but it seems that the emWin GUI library oriented to use SDRAM as video memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to use SRAM with emWin because GUI_Init() always comes to call GUI_Error() with message "GUI_Alloc.c:\nMemory test failed in _InitOnce()"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+BW, TVT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:15:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515287#M1099</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + LPC1788 + SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515288#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TVT on Fri Feb 21 06:52:41 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another problem have raised:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"GUI_Alloc.c:\nIllegal block size in _RemoveHolesNew()" during GUI_Init().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could it mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+BW, TVT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515288#M1100</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + LPC1788 + SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515289#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by eddy0317 on Thu Mar 13 00:57:35 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;My solution：&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define GUI_BUF_ADDR&amp;nbsp; 0x28200000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original value is 0x28050000.But My LCD screen resolution is 800*680,and VRAM_ADDR is 0x28000000.So the frame buffer would reach GUI_BUF_ADDR.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-LPC1788-SRAM/m-p/515289#M1101</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:15:51Z</dc:date>
    </item>
  </channel>
</rss>

