<?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 MQX eGUI running on the Tower MCF52259 - QSG in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218795#M5676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent the today playing with the tower + egui(D4D) + TWR-LCD +TWR-SER + TWR-52259. There was no quick start guide so I wrote some notes that might be helpful to people getting it up and running on the MCF52259 for the first time. I had to play around a bit to get all the settings right, so this might save someone the same trouble I had to go to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my notes on a simple guide to getting the TWR-LCD + TWR-MCF52259 + TWR-SER + Touch screen up and running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the latest eGUI package, the files are in _official_demos\mqx (files on the CD dont have the MQX demo!)&lt;/P&gt;&lt;P&gt;Recompile the BSP with line 103 in MQX\src\mqx\source\io\tchres\mcf52xx\tchres_adc_mcf52xx.c&lt;/P&gt;&lt;P&gt;Change from adc_ptr-&amp;gt;CTRL2 = (BSP_SYSTEM_CLOCK - 1) / 20000000;&lt;BR /&gt;to adc_ptr-&amp;gt;CTRL2 = ((BSP_SYSTEM_CLOCK / 1000000) - 5) / 10;&lt;/P&gt;&lt;P&gt;You also need to enable BSPCFG_ENABLE_TCHSRES (for touch screen)&lt;/P&gt;&lt;P&gt;And I image you need to make sure you TTYA is enabled along with ADC (for the touch screen), and SPI if your going to use that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open the example MQX project for CW7.2 (_Official_Demos\EGUI_D4D_Demo\Mqx\cwcf72\twr_mcf52259.mcp)&lt;/P&gt;&lt;P&gt;I use SPI so change source&amp;gt;D4D_Configuration&amp;gt;d4d_user_cfg.h from&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW&amp;nbsp; d4dlcdhw_mqx_fb&lt;BR /&gt;to this&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW&amp;nbsp; d4dlcdhw_mqx_spi&lt;BR /&gt;&lt;BR /&gt;I powered the Tower using the main power in only, USB socket on elevator board, power switch is opposite it.&lt;/P&gt;&lt;P&gt;On the TWR-SER I removed all the CAN SEL jumpers (not sure if its required, but I removed anyway)&lt;/P&gt;&lt;P&gt;On the 52259 board, I removed J7; X_ISO + Y_ISO + Z_ISO and POT_ISO&lt;/P&gt;&lt;P&gt;On the TWR-LCD I enabled the SPI mode for my application, set TWR-LCD DIP SW1 to&lt;/P&gt;&lt;P&gt;1 = OFF, 2 = ON, 3 = ON, 4 = OFF, 5 = ON, 6 = ON, 7 = ON, 8 = ON&lt;/P&gt;&lt;P&gt;I also have SW5 all set to on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then compile, flash and run the demo and it all works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 11:02:02 GMT</pubDate>
    <dc:creator>CarlFST60L</dc:creator>
    <dc:date>2010-08-18T11:02:02Z</dc:date>
    <item>
      <title>MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218795#M5676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I spent the today playing with the tower + egui(D4D) + TWR-LCD +TWR-SER + TWR-52259. There was no quick start guide so I wrote some notes that might be helpful to people getting it up and running on the MCF52259 for the first time. I had to play around a bit to get all the settings right, so this might save someone the same trouble I had to go to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my notes on a simple guide to getting the TWR-LCD + TWR-MCF52259 + TWR-SER + Touch screen up and running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Download the latest eGUI package, the files are in _official_demos\mqx (files on the CD dont have the MQX demo!)&lt;/P&gt;&lt;P&gt;Recompile the BSP with line 103 in MQX\src\mqx\source\io\tchres\mcf52xx\tchres_adc_mcf52xx.c&lt;/P&gt;&lt;P&gt;Change from adc_ptr-&amp;gt;CTRL2 = (BSP_SYSTEM_CLOCK - 1) / 20000000;&lt;BR /&gt;to adc_ptr-&amp;gt;CTRL2 = ((BSP_SYSTEM_CLOCK / 1000000) - 5) / 10;&lt;/P&gt;&lt;P&gt;You also need to enable BSPCFG_ENABLE_TCHSRES (for touch screen)&lt;/P&gt;&lt;P&gt;And I image you need to make sure you TTYA is enabled along with ADC (for the touch screen), and SPI if your going to use that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open the example MQX project for CW7.2 (_Official_Demos\EGUI_D4D_Demo\Mqx\cwcf72\twr_mcf52259.mcp)&lt;/P&gt;&lt;P&gt;I use SPI so change source&amp;gt;D4D_Configuration&amp;gt;d4d_user_cfg.h from&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW&amp;nbsp; d4dlcdhw_mqx_fb&lt;BR /&gt;to this&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW&amp;nbsp; d4dlcdhw_mqx_spi&lt;BR /&gt;&lt;BR /&gt;I powered the Tower using the main power in only, USB socket on elevator board, power switch is opposite it.&lt;/P&gt;&lt;P&gt;On the TWR-SER I removed all the CAN SEL jumpers (not sure if its required, but I removed anyway)&lt;/P&gt;&lt;P&gt;On the 52259 board, I removed J7; X_ISO + Y_ISO + Z_ISO and POT_ISO&lt;/P&gt;&lt;P&gt;On the TWR-LCD I enabled the SPI mode for my application, set TWR-LCD DIP SW1 to&lt;/P&gt;&lt;P&gt;1 = OFF, 2 = ON, 3 = ON, 4 = OFF, 5 = ON, 6 = ON, 7 = ON, 8 = ON&lt;/P&gt;&lt;P&gt;I also have SW5 all set to on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then compile, flash and run the demo and it all works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 11:02:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218795#M5676</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-08-18T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218796#M5677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for some reason the navigate switch on the TWR-LCD (SW2) dosent work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the resistors R32,44,28,23,24,29,41,26,19 (some are 10K pull ups, some are 0R as per the TWR-LCD schematic).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know what else needs to be done to get the nav switch working? (before I go measuring signals and stepping code)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 12:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218796#M5677</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-08-18T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218797#M5678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also noticed that the touch screen is always out by about half an object i.e.. I calibrated it 'perfectly' (with 0.2mm tweezers), then, when I press buttons in the demo app, its as though the touch area is 50% higher than its suppose to be... Is there a fix for this? It doesn't happen on the JM128 demo from memory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a bit hard to demo this to people when the touch screen is so hard to use because everything is offset... Even playing with the calibration doesnt really work, it seem unstable or something else......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have a feeling there is something more to this as it randomly appears to grab a calibration point (around X:4000, y:4000) without having touched anything....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 12:55:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218797#M5678</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-08-18T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218798#M5679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We found bug in 52259 tchres driver, which will be fixed in new release. Shortly- change in _tchres_hw_adc_read function&amp;nbsp;&lt;/P&gt;&lt;P&gt;MCF522XX_ADC_STRUCT_PTR adc_ptr to VMCF522XX_ADC_STRUCT_PTR adc_ptr; and&lt;/P&gt;&lt;P&gt;adc_ptr = (MCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)_PSP_GET_IPSBAR())-&amp;gt;ADC); to&lt;/P&gt;&lt;P&gt;adc_ptr = (VMCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)_PSP_GET_IPSBAR())-&amp;gt;ADC);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 20:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218798#M5679</guid>
      <dc:creator>PavelM</dc:creator>
      <dc:date>2010-08-19T20:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218799#M5680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much, I will update and test today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 04:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218799#M5680</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-08-20T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218800#M5681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am starting using the:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...\Freescale_embedded_GUI_SW\_Official_Demos\EGUI_D4D_Demo\Mqx\cwcf72\twr_mcf52259.mcp&lt;/P&gt;&lt;P&gt;demo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well I noticed the same problem that&amp;nbsp; all the objects are out by about a half an object, I mean that I have to touch outside the object (i.e.&amp;nbsp;a button) in order to activate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You said&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found bug in 52259 tchres driver, which will be fixed in new release. Shortly- change in _tchres_hw_adc_read function&lt;/P&gt;&lt;P&gt;MCF522XX_ADC_STRUCT_PTR adc_ptr to VMCF522XX_ADC_STRUCT_PTR adc_ptr; and&lt;/P&gt;&lt;P&gt;adc_ptr = (MCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)_​PSP_GET_IPSBAR())-&amp;gt;ADC); to&lt;/P&gt;&lt;P&gt;adc_ptr = (VMCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)​_PSP_GET_IPSBAR())-&amp;gt;ADC);&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to find the &lt;STRONG&gt;_tchres_hw_adc_read&lt;/STRONG&gt; function in all the project but I couldn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I choose &lt;STRONG&gt;Search-&amp;gt;Find In Files&lt;/STRONG&gt; in the project the only code line where this function is metioned is the extern definition of that function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;extern uint_16 _tchres_hw_adc_read( uchar );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That definition is in ...&lt;STRONG&gt;\Freescale\Freescale MQX 3.6\lib\twrmcf52259.cw\mqx\tchres_adc_mcf52xx.h&lt;/STRONG&gt; file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I&amp;nbsp;can't find the function to change the source code that you have mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me where I can find the source code of &lt;STRONG&gt;_tchres_hw_adc_read&lt;/STRONG&gt; function so I can correct the bug you found and if I have to recompile any BSP or PSP or another library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and my best regards.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 08:05:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218800#M5681</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-11-25T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218801#M5682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;finally found the source code of&amp;nbsp;&lt;STRONG&gt;_tchres_hw_adc_read&lt;/STRONG&gt; function. Is in &lt;STRONG&gt;Program Files\Freescale\Freescale MQX 3.6\mqx\build\cwcf72\bsp_twrmcf52259&lt;/STRONG&gt; project (BSP), in &lt;STRONG&gt;tchres_adc_mcf52xx.c&lt;/STRONG&gt; file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed the bug correction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"MCF522XX_ADC_STRUCT_PTR adc_ptr &lt;STRONG&gt;to&lt;/STRONG&gt; VMCF522XX_ADC_STRUCT_PTR adc_ptr; &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;adc_ptr = (MCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)_?PSP_GET_IPSBAR())-&amp;gt;ADC); &lt;STRONG&gt;to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;adc_ptr = (VMCF522XX_ADC_STRUCT_PTR)&amp;amp;(((VMCF5225_STRUCT_PTR)?_PSP_GET_IPSBAR())-&amp;gt;ADC);"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This correction is already done in the version of BSP that I am using but I am still experimenting the "object touch&amp;nbsp;shift" problem while I run the MQX LCD demo &lt;STRONG&gt;...\Freescale_embedded_GUI_SW\_Official_Demos\EGUI_D4D_Demo\Mqx\cwcf72\twr_mcf52259.mcp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I do still have to touch outside the object (i.e. a button) in order to activate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has&amp;nbsp;anybody found anything to solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 00:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218801#M5682</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-11-26T00:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218802#M5683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I to find the touch screen is off even after the bug fix. I also find the calibration to be unstable i.e. it doesnt always work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the demo board running my app on my desk and 'play' with my application for testing daily. I have not invested more time into making the touch screen driver work properly as I the project has been cancelled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 05:48:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218802#M5683</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-11-26T05:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: MQX eGUI running on the Tower MCF52259 - QSG</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218803#M5684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I try to replicated your problem but I can't do that&lt;IMG alt=":smileyindifferent:" class="emoticon emoticon-smileyindifferent" id="smileyindifferent" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-indifferent.gif" title="Smiley Indifferent" /&gt; . Sorry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check the all jumper on Kirin3 board, by attached photo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one additional thing - try to change touch screen constants in bsp file:&lt;/P&gt;&lt;P&gt;"c:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\bsp\twrmcf52259\init_tchres.c" .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By for example these values:&lt;/P&gt;&lt;P&gt;/* Adc limits struct */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FULL_SCALE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* FULL_SCALE */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (FULL_SCALE / 10),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* X_TOUCH_MIN */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (FULL_SCALE / 10),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Y_TOUCH_MIN &amp;nbsp;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (FULL_SCALE / 2), /* X_TOUCH_MAX */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (FULL_SCALE / 2), /* Y_TOUCH_MAX */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 20:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-eGUI-running-on-the-Tower-MCF52259-QSG/m-p/218803#M5684</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2010-11-30T20:58:31Z</dc:date>
    </item>
  </channel>
</rss>

