<?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 without OS in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522227#M4863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dill on Fri Mar 09 08:42:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i did start from the demo provided by segger which runs under embOS.I didnt know that the version you are providing is a diffrent one, it seems like this BSP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;emWin 5.12 BSP for the IAR 1788-SK board - IAR Workbench for ARM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;runs without an OS. so i'll try this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:54:49 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:54:49Z</dc:date>
    <item>
      <title>emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522225#M4861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dill on Fri Mar 09 04:39:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i try to run emWin without an OS on my IAR 1788 SK. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;everything compiles fine, but when i call GUI_init() the system crashs. Its a little hard to debug, because we dont get the emWin-source code. i implemented the Logging mechanism via UART and did this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define GUI_DEBUG_LEVEL GUI_DEBUG_LEVEL_LOG_ALL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but i dont get any messages!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody some experiece with running emWIn without an OS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522225#M4861</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522226#M4862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by drs on Fri Mar 09 08:13:24 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you running our release as is or did you make a change? It should build and run out of the box on a Embedded Artists LP1788 development board with their QVGA display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a logging message mechanism in place in the library but we need to tweek it a bit to make it work and work better. This will be addressed in the next release coming out soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for your immediate problem, did you change the size of the _avram or _aMemory arrays? Are they overlapping? Are they in the wrong segment?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you change the EMC initialization? Are you using different SDRAM? If so you might want to run a memory test to make sure memory is working right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522226#M4862</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522227#M4863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dill on Fri Mar 09 08:42:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i did start from the demo provided by segger which runs under embOS.I didnt know that the version you are providing is a diffrent one, it seems like this BSP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;emWin 5.12 BSP for the IAR 1788-SK board - IAR Workbench for ARM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;runs without an OS. so i'll try this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522227#M4863</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522228#M4864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ktownsend on Sun Mar 11 18:43:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the BSPs provided by NXP are configured to run without an OS by default.&amp;nbsp; I would strongly suggest starting with the latest version, though it is currently limited to Keil and Crossworks for ARM, but it does support all three LCDs from Embedded Artists and includes support for the simulator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522228#M4864</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522229#M4865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by santosh on Mon Oct 01 04:03:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using Embest 1788 board. They have given some sample emWin512 programs, that is working fine in keil.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that sample program, i have implemented in Rowley crosswork for ARM 2.1,build is successfull not getting any error. but i am not gating output, when i checked using&amp;nbsp; break point, i found problem in GUI_Init()function program is stocked there,not coming out of that GUI_Init() function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i referred Embest Artist board's Rowley file, according to that i added libGUI.a file in my Rowley ,but still also same problem in GUI_Init() function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the Embedded Artist board link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Fnxpemwinbspea1788lpcxpresso422keil421crossworks21msvs2010110412zip" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/nxpemwinbspea1788lpcxpresso422keil421crossworks21msvs2010110412zip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can any one help me , how to over come from this problem., what are other file require to add in my Rowley.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522229#M4865</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: emWin without OS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522230#M4866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Daniel Widyanto on Mon Oct 08 21:32:17 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Make a new thread and post your problem there. Don't hijack other people's thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-without-OS/m-p/522230#M4866</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:54:51Z</dc:date>
    </item>
  </channel>
</rss>

