<?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: Regarding emwin deployment over LPC54618J512 microcontroller in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1489157#M49603</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your fast reply.&lt;/P&gt;&lt;P&gt;I tried out the solution what you have mentioned as per image but still it is&amp;nbsp; hung&amp;nbsp; there&amp;nbsp; in&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;GUI_ALLOC_AssignMemory((void*)MemoryBuff, GUI_NUMBYTES) api function only. Can you suggest any other possible solution .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193926"&gt;@SunnyT&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 04:53:18 GMT</pubDate>
    <dc:creator>SunnyT</dc:creator>
    <dc:date>2022-07-14T04:53:18Z</dc:date>
    <item>
      <title>Regarding emwin deployment over LPC54618J512 microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1488046#M49559</link>
      <description>&lt;P&gt;Dear Sir/mam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have our custom lpc54618j512 board and i am trying to deploy emwin on that microcontroller but i am not able to assign&amp;nbsp;&amp;nbsp; GUI_ALLOC_AssignMemory((void*)MemoryBuff, GUI_NUMBYTES) in external ram. But with internal ram it is working fine But in internal ram we have a size constraint and&amp;nbsp; we have not enabled the debugger on the board .Please help me to find&amp;nbsp; the root cause and fix that without debugger .But&amp;nbsp; we have one uart enabled using&amp;nbsp;serial data transmission i arrived at the conclusion that once it is entering to GUI_ALLOC_AssignMemory() function&amp;nbsp; program control is not coming out .Might be executing the hardfault routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 10:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1488046#M49559</guid>
      <dc:creator>SunnyT</dc:creator>
      <dc:date>2022-07-12T10:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding emwin deployment over LPC54618J512 microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1488493#M49579</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I suppose that the GUI_ALLOC_AssignMemory((void*)MemoryBuff, GUI_NUMBYTES) api function allocates memory from heap.&lt;/P&gt;
&lt;P&gt;As the following screenshot, you can allocate the heap from SDRAM. Furthermore, you have to initialize the SDRAM in the main() with the line BOARD_InitSDRAM();&lt;/P&gt;
&lt;P&gt;Pls have a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1657691618376.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186409iE356D2DC978FE4FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1657691618376.png" alt="xiangjun_rong_0-1657691618376.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 05:56:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1488493#M49579</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-07-13T05:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding emwin deployment over LPC54618J512 microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1489157#M49603</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/26034"&gt;@xiangjun_rong&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your fast reply.&lt;/P&gt;&lt;P&gt;I tried out the solution what you have mentioned as per image but still it is&amp;nbsp; hung&amp;nbsp; there&amp;nbsp; in&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;GUI_ALLOC_AssignMemory((void*)MemoryBuff, GUI_NUMBYTES) api function only. Can you suggest any other possible solution .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193926"&gt;@SunnyT&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 04:53:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1489157#M49603</guid>
      <dc:creator>SunnyT</dc:creator>
      <dc:date>2022-07-14T04:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding emwin deployment over LPC54618J512 microcontroller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1490003#M49620</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not know where&amp;nbsp; the api function GUI_ALLOC_AssignMemory(); is? is it included in SDK package for LPC?&lt;/P&gt;
&lt;P&gt;Anyway, as a workaround, I suppose you can declare a data pointer, for example&lt;/P&gt;
&lt;P&gt;uint64_t *MemoryBuff;&lt;/P&gt;
&lt;P&gt;MemoryBuff=(uint64_t)0xA0000_0000; //dependent the SDRAM chip select pin&lt;/P&gt;
&lt;P&gt;Note that the low three bits 2:0 must be zero, so the pointer must be uint64_t type.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1657855331991.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186730i2EFBF4AC678F94AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1657855331991.png" alt="xiangjun_rong_0-1657855331991.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 03:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Regarding-emwin-deployment-over-LPC54618J512-microcontroller/m-p/1490003#M49620</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-07-15T03:23:28Z</dc:date>
    </item>
  </channel>
</rss>

