<?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 Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215210#M5447</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;Is there sample code available for the following setup ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eGui&lt;/P&gt;&lt;P&gt;MQX 3.8.1&lt;/P&gt;&lt;P&gt;CodeWarrior 10.2&lt;/P&gt;&lt;P&gt;TWR-K70 &amp;amp; TWR-LCD-RGB (rev B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would really help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to port K70_eGUI_PE sample code to MQX, but with no success so far. (see details and problem below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bare metal demo K70_eGUI_PE.&lt;/P&gt;&lt;P&gt;This is&amp;nbsp; eGui + PE+ CW10.2 for the TWR-K70 en TWR-RGB-LCD. It works ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied all D4D code into a new MQX 3.8.1 demo application. Compiling is ok, but it crashes in&amp;nbsp; d4dlcdhw_k70_lcdc.c when setting the DMA Burst mode register.&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Set background plane DMA to burst mode&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCDC_LDCR &amp;amp;= ~(LCDC_LDCR_BURST_MASK);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d4d_user_cfg.h :&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD d4dlcd_frame_buffer&amp;nbsp;&amp;nbsp; // the name of low level driver descriptor structure&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW d4dlcdhw_k70_lcdc&lt;/P&gt;&lt;P&gt;#define D4D_LLD_TCH&amp;nbsp; d4dtch_cr_touch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get further than :&lt;/P&gt;&lt;P&gt;Main.c :&lt;/P&gt;&lt;P&gt;D4D_Init((D4D_SCREEN*)&amp;amp;screen_Demo);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;d4dlcdhw_k70_lcdc.c -&amp;gt; LCDC_LDCR &amp;amp;= ~(LCDC_LDCR_BURST_MASK);&amp;nbsp;&amp;nbsp;&amp;nbsp; // STOPS HERE !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help/idea's are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 12:11:22 GMT</pubDate>
    <dc:creator>michris</dc:creator>
    <dc:date>2012-12-18T12:11:22Z</dc:date>
    <item>
      <title>Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215210#M5447</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;Is there sample code available for the following setup ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eGui&lt;/P&gt;&lt;P&gt;MQX 3.8.1&lt;/P&gt;&lt;P&gt;CodeWarrior 10.2&lt;/P&gt;&lt;P&gt;TWR-K70 &amp;amp; TWR-LCD-RGB (rev B)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would really help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to port K70_eGUI_PE sample code to MQX, but with no success so far. (see details and problem below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bare metal demo K70_eGUI_PE.&lt;/P&gt;&lt;P&gt;This is&amp;nbsp; eGui + PE+ CW10.2 for the TWR-K70 en TWR-RGB-LCD. It works ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied all D4D code into a new MQX 3.8.1 demo application. Compiling is ok, but it crashes in&amp;nbsp; d4dlcdhw_k70_lcdc.c when setting the DMA Burst mode register.&lt;/P&gt;&lt;P&gt;&amp;nbsp; //Set background plane DMA to burst mode&lt;/P&gt;&lt;P&gt;&amp;nbsp; LCDC_LDCR &amp;amp;= ~(LCDC_LDCR_BURST_MASK);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d4d_user_cfg.h :&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD d4dlcd_frame_buffer&amp;nbsp;&amp;nbsp; // the name of low level driver descriptor structure&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW d4dlcdhw_k70_lcdc&lt;/P&gt;&lt;P&gt;#define D4D_LLD_TCH&amp;nbsp; d4dtch_cr_touch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get further than :&lt;/P&gt;&lt;P&gt;Main.c :&lt;/P&gt;&lt;P&gt;D4D_Init((D4D_SCREEN*)&amp;amp;screen_Demo);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;d4dlcdhw_k70_lcdc.c -&amp;gt; LCDC_LDCR &amp;amp;= ~(LCDC_LDCR_BURST_MASK);&amp;nbsp;&amp;nbsp;&amp;nbsp; // STOPS HERE !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help/idea's are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215210#M5447</guid>
      <dc:creator>michris</dc:creator>
      <dc:date>2012-12-18T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215211#M5448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a couple resources that might help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This application note and software uses eGUI within MQX, but drives the TWR-LCD (through SPI or FlexBus) from a K60 (100MHz).&amp;nbsp; It shows how eGUI can be integrated into a project and serviced from a task.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4346.pdf?fsrch=1&amp;amp;WT_TYPE=Application Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;sr=1"&gt;AN4346&lt;/A&gt; &lt;/P&gt;&lt;P&gt;AN4346, Designing a Working Prototype using MQX ™ RTOS and Tower System for Kinetis Microcontrollers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This lab and software package uses PEG within MQX to drive TWR-LCD-RGB from a K70 (120/150MHz). &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://cache.freescale.com/files/32bit/software/BYOES_LABS_ESC2012.exe?fsrch=1&amp;amp;sr=1"&gt;Build Your Own Embedded System (BYOES) – 2012&lt;/A&gt; &lt;/STRONG&gt;(exe)&amp;nbsp; &lt;A&gt;&lt;IMG alt="Favorite" class="jiveImage" src="http://www.freescale.com/shared/images/whitestar.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Build Your Own Embedded System (&lt;STRONG&gt;BYOES&lt;/STRONG&gt;) LABs - Prototyping Systems at ESC 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215211#M5448</guid>
      <dc:creator>macl</dc:creator>
      <dc:date>2013-01-03T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215212#M5449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, got it running.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:40:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215212#M5449</guid>
      <dc:creator>michris</dc:creator>
      <dc:date>2013-01-11T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215213#M5450</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 am solving the same problem, but without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My configuration is:&lt;BR /&gt;eGui&lt;/P&gt;&lt;P&gt;MQX 3.8.1&lt;BR /&gt;CodeWarrior 10.3&lt;BR /&gt;TWR-K40X256 and TWR-LCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The demo project "EGUI_D4D_Demo" under MQX 3.7 worked, but when i compile it under MQX 3.8.1 (compiling works ok, without errors) and flash it to MCU nothing appear on LCD. I had to update two lines of code in main but it has no impact on this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Compiled project under MXQ 3.7 has 140 kB and under MQX 3.8.1 it has just 100 kB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that there is some problem in drivers in MQX 3.8.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls, could you describe me how you get your system to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 06:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215213#M5450</guid>
      <dc:creator>big_steve</dc:creator>
      <dc:date>2013-04-04T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215214#M5451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, here are two demo (snapshots) of new eGUI 3.0 running on MQX4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both files are renamed zip files (I have it renamed due to email firewalls :-) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also add very early version of converter utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 08:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215214#M5451</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2013-04-04T08:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215215#M5452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, it helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a day of work I get the LCD display finally to work. I converted the Demo for MQX4 and eGUI 3.0 and it displays a first screen. But there's now an another problem. The touch sence does not work. :-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I verified the problem with examples in MQXes.&lt;BR /&gt;Example tchres_twr40x256 from MQX3.8.1 works OK, but&lt;/P&gt;&lt;P&gt;example tchres_twr40x256 from MQX4 doesn't work. Compilation is without errors and program runs. It just get's always no touch detection.&lt;/P&gt;&lt;P&gt;Both examples are identical and I configured the both MQXes same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE1:&lt;BR /&gt;Bug is somewhere in ADC drivers of MQX4. To get the touch sense to work I had to replace files in MQX4 with files from MQX 3.8.1. I replaced:&lt;BR /&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\adc.c&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\adc.h&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\adc_conf.h&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\adc_prv.h&lt;BR /&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adt_kpdb.c&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_mk40.c&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_mk40.h&lt;BR /&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_kadc.c&lt;/P&gt;&lt;P&gt;..\Freescale_MQX_4_0\mqx\source\io\adc\kadc\adc_kadc.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly for this reason I don't like to use the newest operating systems. :-)&lt;/P&gt;&lt;P&gt;Finally works the Demo and the tchres mqx example right. :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I report the bug to Freescale or will you take care of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 22:15:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215215#M5452</guid>
      <dc:creator>big_steve</dc:creator>
      <dc:date>2013-04-06T22:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215216#M5453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;this&amp;nbsp; point to known bug in MQX TCHRES driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was forget check the right size of read data like (just example): if(2 != fread(&amp;amp;buff, sizeof(TCHRES_STR), 1 , &amp;amp;dev)).&lt;/P&gt;&lt;P&gt;Somebody forgot to compare the result to right read value and forgot in code old constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attachment should be fixed file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 04:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215216#M5453</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2013-04-08T04:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215217#M5454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 17:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215217#M5454</guid>
      <dc:creator>big_steve</dc:creator>
      <dc:date>2013-04-08T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215218#M5455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to share that I ran into a problem with the MQX demo, and found the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The demo installs a kernel ISR in MQX, and this requires the vectors to be in RAM so they can be changed dynamically.&amp;nbsp; My K70 BSP had the vectors in ROM by default, and this caused the D4D Init to fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve it, add the line below to user_config.h, then rebuild the BSP, PSP, and the eGUI application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13691548284188769" jivemacro_uid="_13691548284188769"&gt;
&lt;P&gt;#define MQX_ROM_VECTORS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // place vectors in RAM&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:47:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215218#M5455</guid>
      <dc:creator>dereksnell</dc:creator>
      <dc:date>2013-05-21T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215219#M5456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code compiles with 17 errors on my side.&lt;/P&gt;&lt;P&gt;For example in d4d_font.c at line 740 I get:&lt;/P&gt;&lt;P&gt;Undefined : "d4dlcd_frame_buffer"&lt;/P&gt;&lt;P&gt;Why is that? d4dlcd_frame_buffer is not defined. Where should I put it?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Aug 2013 07:08:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215219#M5456</guid>
      <dc:creator>ioanacroitoru</dc:creator>
      <dc:date>2013-08-18T07:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215220#M5457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;no idea :-(, Post here the screen shot of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:16:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215220#M5457</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2013-08-23T07:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215221#M5458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;Sorry for the delay. I didn't get an update that you reply to me.&lt;/P&gt;&lt;P&gt;Anyhow here is the screeshot (I'm using twrk60j120m):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40452i36CB0AEB8ED1F7A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 15:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215221#M5458</guid>
      <dc:creator>ioanacroitoru</dc:creator>
      <dc:date>2013-09-04T15:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215222#M5459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do you have added in your project Frame buffer driver? Bacause this caused to select in configuration file that you are have selected Frame buffer driver like this:&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD d4dlcd_frame_buffer&amp;nbsp;&amp;nbsp; // the name of low level driver descriptor structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this files are not compiled in project. I mean files:&lt;/P&gt;&lt;P&gt;d4dlcd_frame_buffer.c&lt;/P&gt;&lt;P&gt;d4dlcd_frame_buffer.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 07:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215222#M5459</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2013-09-05T07:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215223#M5460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/michris"&gt;michris&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have the&amp;nbsp; K70_eGUI_PE sample code again ? I'm looking for a code exemple with only&amp;nbsp; PE et CW and I saw this on a pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my english ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 16:23:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215223#M5460</guid>
      <dc:creator>joelesco</dc:creator>
      <dc:date>2013-11-19T16:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215224#M5461</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;Have a look at this training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rename Solution_code.pdf to soultion_code.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 21:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215224#M5461</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-11-19T21:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215225#M5462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it looks that you don't have added into your project files of frame buffer and also CRTOUCH driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add it to your project and recompile.&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215225#M5462</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2013-12-09T06:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215226#M5463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks, the code sample code work well, i am able to read the 24bits bmp image file from the SD card and display on the LCD, but i failed to display the 24bits bmp from the C array image (which generated by eGUI Converter Utility 3.0Alpha in 24bit Color (8-8-8) with compression OFF) from the internal flash, the LCD just showing blank and with mouse cursor. Below is the generated code, i would like to ask do you have any working sample code which able to display 24bits bmp from the C array image?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I also set #define D4D_BMP_16MNOPAL_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp; D4D_TRUE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Code generated by eGUI converter:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42396i27AA0967258591EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG.jpg" alt="Capture.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Declare for screen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture2.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/38515i1D194F09AD96449A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG.jpg" alt="Capture2.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; D4D initialization:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture3.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/38746iF98B4E5EA380DA18/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.JPG.jpg" alt="Capture3.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hope to here from you soon, or anyone else have answer for me, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 08:38:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215226#M5463</guid>
      <dc:creator>jimmylim</dc:creator>
      <dc:date>2013-12-17T08:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215227#M5464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the release of new eGUI is coming :-) For those who are don't want to be patient, here is (as I hope) final package of source code of eGUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rename the file to EXE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also add the newest version of Doxygen documentation. just unpack the zip file and run the batch file or directly in generated output the index.html file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:16:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215227#M5464</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2014-01-15T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215228#M5465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the eGUI is officially moved to open source :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All next development will run under LGPL license on GITHUB server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is link: &lt;A href="https://github.com/Gargy007/eGUI" title="https://github.com/Gargy007/eGUI"&gt;Gargy007/eGUI · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 11:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215228#M5465</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2014-02-20T11:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sample code request eGui + TWR-K70 + TWR-LCD-RGB + MQX + CW</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215229#M5466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the zipped demo (Demo_eGUIv3_MQXv4_CWv10.3) you provided in this thread and got what seems to be a hard coded path issues. Your original code seems to contain a hard coded path called C:\projectw\eGUI_CW... I searched everywhere in trying to locate where this path could be but I just can't find it.&lt;/P&gt;&lt;P&gt;Also note that I just imported your project into my CW10.3. I did not do anything else and immedately get the warning messages.&lt;/P&gt;&lt;P&gt;When I compile your project I get the error that you see per below. Again that seems to be related to that "unknown" path.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you possibly point me to the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Seb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Invalid project path: Include path not found (C:\projectw\eGUI_CW_MQX_02_13\_Official_Demos\EGUI_D4D_Demo\TWR_K70N120\MQX\sources\D4D_Configuration).&lt;/TD&gt;&lt;TD&gt;eGUI&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;pathentry&lt;/TD&gt;&lt;TD&gt;Path Entry Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;mingw32-make: *** No rule to make target `C:\projectw\eGUI_CW_MQX_02_13\Demo_eGUIv3_MQXv4_CWv10.3\_Official_Demos\EGUI_D4D_Demo\TWR_K70N120\MQX\Sources\demo_screen.c', needed by `Sources/demo_screen_c.obj'.&amp;nbsp; Stop.&lt;/TD&gt;&lt;TD&gt;eGUI&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Invalid project path: Include path not found (C:\projectw\eGUI_CW_MQX_02_13\D4D).&lt;/TD&gt;&lt;TD&gt;eGUI&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;pathentry&lt;/TD&gt;&lt;TD&gt;Path Entry Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Sample-code-request-eGui-TWR-K70-TWR-LCD-RGB-MQX-CW/m-p/215229#M5466</guid>
      <dc:creator>Sebster</dc:creator>
      <dc:date>2014-08-04T14:55:16Z</dc:date>
    </item>
  </channel>
</rss>

