<?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>MQX Software SolutionsのトピックRe: Resistive Touch-screen Driver missing in MQX 3.7?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200736#M4478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that for some reason my 52259 project cannot see the following in d4d.h, the path has been added, yet they are still not seen for some reason. Note, the K40 project can see them, just not the 52259...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#include "d4d_user_cfg.h"&lt;BR /&gt;#include "d4d_picture.h"&lt;BR /&gt;#include "d4d_button.h"&lt;BR /&gt;#include "d4d_check_box.h"&lt;BR /&gt;#include "d4d_gauge.h"&lt;BR /&gt;#include "d4d_slider.h"&lt;BR /&gt;#include "d4d_label.h"&lt;BR /&gt;#include "d4d_icon.h"&lt;BR /&gt;#include "d4d_menu.h"&lt;BR /&gt;#include "d4d_graph.h"&lt;BR /&gt;#include "d4d_scroll_bar.h"&lt;BR /&gt;#include "d4d_console.h"&lt;BR /&gt;#include "d4d_text_box.h"&lt;BR /&gt;#include "d4d_progress_bar.h"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the linked resources, and the MQX_ROOT_DIR is wrong, it has a suffix of EAR or something on the end, the rest are the same as the K40 project (which works)﻿, but this doesn't fix the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice in the Codewarrior Projects view, the K40 project has the folder for the D4D lib's as purple, where as its brown in the 52259 project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also notice there are many differences in the project settings for paths and resources... So many things missing from the 52259. I think there is a problem with the way the project has been setup as the K40 example all works find, just not the 52259.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 11:36:15 GMT</pubDate>
    <dc:creator>CarlFST60L</dc:creator>
    <dc:date>2011-06-17T11:36:15Z</dc:date>
    <item>
      <title>Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200720#M4462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im converting a MQX 3.6 to MQX3.7 project, and I'm found that "tchres:" device no longer exists in the list of installed drivers.&lt;/P&gt;&lt;P&gt;I use the same options in user_config.h that is&amp;nbsp;#define BSPCFG_ENABLE_TCHSRES &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;I've found a difference in the init_bsp.c file between 3.6 and 3.7&lt;/P&gt;&lt;P&gt;the lines&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#if BSPCFG_ENABLE_TCHSRES   _mcf52xx_tchres_install("tchscr:", &amp;amp;_bsp_tchscr_resisitve_init);#endif&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;no longer exists in init_bsp.c file from MQX 3.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I enable the Resistive Touch-screen Driver in MQX 3.7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 04:00:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200720#M4462</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-22T04:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200721#M4463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In bsp.h u can find sth like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;#if 0 /* to be used in next MQX version */#include &amp;lt;tchres.h&amp;gt;           /* resistive touch screen driver */#endif&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The question is when the next MQX version will be ... ?&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:27:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200721#M4463</guid>
      <dc:creator>lll7</dc:creator>
      <dc:date>2011-04-26T15:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200722#M4464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;version&lt;/SPAN&gt;&amp;nbsp;of MQX&amp;nbsp;&lt;SPAN&gt;are you using&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in MQX 3.7 that condicional if has desappeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;return&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;the&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;previous&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;version&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;until&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;the problem is fixed&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;in&lt;/SPAN&gt;&amp;nbsp;MQX&amp;nbsp;&lt;SPAN&gt;3.7&lt;/SPAN&gt;&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>Tue, 26 Apr 2011 19:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200722#M4464</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-26T19:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200723#M4465</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;Have a look to eGUI 2.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/eGUI" rel="nofollow" target="_blank"&gt;www.freescale.com/eGUI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find IAR and CW10.1 examples for MQX 3.6 and 3.7 for some platforms. To use touch in MQX, in d4d_user_cfg.h:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// List of supported low level touch screen drivers&lt;/P&gt;&lt;P&gt;// d4dtch_resistive - driver for resistive touch screen with direct analog connection to MCU&lt;BR /&gt;// d4dtch_resistive_mqx - driver for resistive touch screen with direct analog connection to MCU over MQX (version 3.6 or higher)&lt;BR /&gt;// d4dtch_mcf52277_asp - driver for resistive touch screen over MCF52277 ASP peripheral&lt;/P&gt;&lt;P&gt;// Please define a used touch screen driver if touch screen is used in project&lt;BR /&gt;#define D4D_LLD_TCH&amp;nbsp; d4dtch_resistive_mqx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And have a look to d4dtch_resistive.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#include "mqx.h"&lt;BR /&gt;#include &amp;lt;fio.h&amp;gt;&lt;BR /&gt;#include "tchres.h"&lt;BR /&gt;#include "d4dtch_resistive_mqx.h"&lt;/P&gt;&lt;P&gt;/******************************************************************************&lt;BR /&gt;* Macros&lt;BR /&gt;******************************************************************************/&lt;/P&gt;&lt;P&gt;/**************************************************************//*!&lt;BR /&gt;*&lt;BR /&gt;* Local functions&lt;BR /&gt;*&lt;BR /&gt;******************************************************************/&lt;BR /&gt;static unsigned char D4DTCH_Init_Tchres_Mqx(void);&lt;BR /&gt;static unsigned char D4DTCH_DeInit_Tchres_Mqx(void);&lt;BR /&gt;static D4D_TOUCHSCREEN_LIMITS* D4DTCH_GetRawLimits_Tchres_Mqx(void);&lt;BR /&gt;static unsigned char D4DTCH_GetPositionRaw_Tchres_Mqx (unsigned short *TouchPositionX,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned short *TouchPositionY);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200723#M4465</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-04-26T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200724#M4466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im using eGui 2.1,&amp;nbsp;&lt;/P&gt;&lt;P&gt;in&amp;nbsp;&amp;nbsp;in d4d_user_cfg.h: I have&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define D4D_LLD_TCH&amp;nbsp; d4dtch_resistive_mqx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When debugging my program, I found that this function "static unsigned char D4DTCH_Init_Tchres_Mqx(void);"&lt;/P&gt;&lt;P&gt;returns 0 when attemping to fopen "tchres:" device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see in that point that the device "tchres:" is not in the list of installed IO_DEVICES.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200724#M4466</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-26T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200725#M4467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just tested with external MQX 3.7 and eGUI 2.1.&lt;/P&gt;&lt;P&gt;It works for me, I have tested it with IAR and using flexbus :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#define D4D_LLD_LCD_HW d4dlcdhw_mqx_fb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What compiler are you using? Have you configured the switches properly in TWR-LCD? Have you program an 'empty' sprogram in 51JM60 (TWR-LCD)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 19:59:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200725#M4467</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-04-27T19:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200726#M4468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis, thanks for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing using a "Tower System"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Hardware:&lt;/DIV&gt;&lt;DIV&gt;TWR-KIT-MCF5225X&lt;/DIV&gt;&lt;DIV&gt;TWR-MEM&lt;/DIV&gt;&lt;DIV&gt;TWR-LCD&lt;/DIV&gt;&lt;DIV&gt;Software&lt;/DIV&gt;&lt;DIV&gt;eGUI 2.07&lt;/DIV&gt;&lt;DIV&gt;MQX 3.7&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#FF9900"&gt;Q: What compiler are you using?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;R:&amp;nbsp;Colfire Compiler&amp;nbsp;"${CF_ToolsDir}/mwccmcf"&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#FF9900"&gt;Q: Have you configured the switches properly in TWR-LCD? Have you program an 'empty' sprogram in 51JM60 (TWR-LCD)?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;R: Yes, the same project and hardware works when using MQX3.6&lt;/DIV&gt;&lt;DIV&gt;Im using flexbus to.&lt;/DIV&gt;&lt;DIV&gt;Best Regards,&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 20:26:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200726#M4468</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-27T20:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200727#M4469</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 supposed you were using Kinetis.. I have tested in Kinetis K60. In any case, you mention eGUI 2.07. MQX 3.7 support is included only in eGUI 2.1. Is it a typo?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 20:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200727#M4469</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2011-04-27T20:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200728#M4470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yesterday I download eGUI 2.1 from &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=EGUI&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" rel="nofollow noopener noreferrer" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the page mentions 2.1, the 2.07 comes from the following code and is what i see in the demo project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;***************************************************************************//*!** @file      d4d_base.h** @author    r50233* * @version   0.0.85.0* * @date      Apr-11-2011* * @brief     D4D Driver core and base functions header file********************************************************************************/#ifndef __D4D_BASE_H#define __D4D_BASE_H/******************************************************************************* Includes******************************************************************************//******************************************************************************* Constants******************************************************************************/#define D4D_VERSION "v2.07"  // to check release history - read the release_notes.txt file&lt;/PRE&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, 27 Apr 2011 20:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200728#M4470</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-27T20:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200729#M4471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;the 2.07 version in sw&amp;nbsp; == 2.1 marketing sign.&lt;/P&gt;&lt;P&gt;This is small bug in latest release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sorry guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200729#M4471</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2011-04-28T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200730#M4472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found out why the touch screen driver doesn't work under MQX 3.7. The MQX3.7 contains the completely new touch screen driver that change little bit&amp;nbsp; phylosophy of using driver and (it start using standard MQX ADC driver) and the ADC driver and Touch screen driver must be installed by user like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;const ADC_INIT_STRUCT adc_init = {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC_RESOLUTION_12BIT,// ADC_RESOLUTION_DEFAULT,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* resolution */&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;extern TCHRES_INIT_STRUCT _bsp_tchscr_resisitve_init;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d4d_task()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;MQX_FILE_PTR&amp;nbsp;&amp;nbsp; adc_file;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; adc_file = fopen(BSP_TCHRES_ADC_DEVICE, (const char*)&amp;amp;adc_init);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; if( adc_file == NULL )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _mqx_exit(0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ioctl( adc_file, ADC_IOCTL_CALIBRATE, NULL );&lt;BR /&gt;&amp;nbsp;&amp;nbsp; _io_tchres_install("tchscr:", &amp;amp;_bsp_tchscr_resisitve_init, adc_file );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the Kinetis K40 demo, there is good main.c file, in other MQX3.7 demos was used old version of file, sorry for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gargy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200730#M4472</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2011-04-28T15:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200731#M4473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gargy, your solutions works.&lt;/P&gt;&lt;P&gt;I have the touch screen working in MQX3.7 using MCF52259.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to comment, the line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ioctl( adc_file, ADC_IOCTL_CALIBRATE, NULL );&lt;/P&gt;&lt;P&gt;In&amp;nbsp;MQXIOUG rev9 i found this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;FONT color="#999999"&gt;8.6.1 Hardware-Specific IOCTL Commands&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#999999"&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;/SPAN&gt;Hardware-specific commands are used to handle specific MCU behavior and hardware performance.These commands &lt;SPAN style="white-space: pre;"&gt;&lt;/SPAN&gt;are not portable to other processor.The following table summarizes MCF51EM, MCF51MM and Kinetis family processor &lt;SPAN style="white-space: pre;"&gt;&lt;/SPAN&gt;specific IOCTLcommands.&lt;BR /&gt;&lt;SPAN style="white-space: pre;"&gt;&lt;/SPAN&gt;ADC_IOCTL_CALIBRATE: &amp;nbsp;Starts calibration process on a device. Commandfails if any channel on a deviceis opened.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 20:08:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200731#M4473</guid>
      <dc:creator>madifazio</dc:creator>
      <dc:date>2011-04-28T20:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200732#M4474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a problem with code above, i'm using tower system with pcf51Cn.&lt;/P&gt;&lt;DIV&gt;When i'm trying to compile that code, i'm getting that there is no function _io_tchres_install, so i'm trying to recompile the bsp with&amp;nbsp;option "BSPCFG_ENABLE_TCHSRES &amp;nbsp; &amp;nbsp;1" , as result i get error&lt;/DIV&gt;&lt;DIV&gt;= &amp;nbsp; _mcf51xx_tchres_install("tchscr:", &amp;amp;_bsp_tchscr_resisitve_init); &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt;function has no prototype&lt;/DIV&gt;&lt;DIV&gt;in bsp.h there is&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#if 0 /* to be used in next MQX version */&lt;/DIV&gt;&lt;DIV&gt;#include &amp;lt;tchres.h&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* resistive touch screen driver */&lt;/DIV&gt;&lt;DIV&gt;#endif&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So, i supose that '51 is't supportet yet, is there other way for usinig Touch screen with pcf51Cn or i have to wait for some updates?&lt;/DIV&gt;&lt;DIV&gt;Greetings&lt;/DIV&gt;&lt;DIV&gt;Lukas.&lt;/DIV&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, 29 Apr 2011 02:19:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200732#M4474</guid>
      <dc:creator>lll7</dc:creator>
      <dc:date>2011-04-29T02:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200733#M4475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, tchres is not supported on 51CN in MQX 3.7. Please wait for next release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 13:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200733#M4475</guid>
      <dc:creator>PavelM</dc:creator>
      <dc:date>2011-04-29T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200734#M4476</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 am using CW10.10, eGUI 2.1, TWR_LCD on the tower with 52259. I had all this working on the old MQX and old eGUI various, so the hardware should be right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made the following changes to d4d_user_cfg.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Low level touch screen driver&lt;BR /&gt;#define D4D_LLD_TCH d4dtch_resistive_mqx&lt;BR /&gt;//#define D4D_LLD_TCH_HW not_used_in_mqx﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In main.cabove lcd_task (its not called d4d_task)﻿﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//CN17062011 Start&lt;BR /&gt;const ADC_INIT_STRUCT adc_init = {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC_RESOLUTION_12BIT,// ADC_RESOLUTION_DEFAULT,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* resolution */&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;extern TCHRES_INIT_STRUCT _bsp_tchscr_resistive_init;&lt;BR /&gt;//CN17062011 End﻿﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the following to lcd_task (first thing it does)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//CN17062011 Start&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; adc_file = fopen(BSP_TCHRES_ADC_DEVICE, (const char*)&amp;amp;adc_init);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( adc_file == NULL )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; _mqx_exit(0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; ioctl( adc_file, ADC_IOCTL_CALIBRATE, NULL );&amp;nbsp; //THIS COMMAND DOES NOT WORK AS ITS NOT SUPPORTED IN 52259&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _io_tchres_install("tchscr:", &amp;amp;_bsp_tchscr_resisitve_init, adc_file );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ////CN17062011 End﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will notice that ACD_IOCTL_CALIBRATE is not supported in 52259, do we need to do something else here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, when I run the project, the calibration just flash's each cross hair and moves on to the next as if it is being touched, but they all have the same value. If I measure the ADC pins, they sit at 0V, then jump up for a 'blip' as the software takes a &lt;SPAN&gt;measurement&lt;/SPAN&gt; (&lt;SPAN&gt;I&lt;/SPAN&gt; &lt;SPAN&gt;guess&lt;/SPAN&gt;). &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;I&lt;/SPAN&gt; &lt;SPAN&gt;hold&lt;/SPAN&gt; &lt;SPAN&gt;my&lt;/SPAN&gt; &lt;SPAN&gt;finger&lt;/SPAN&gt; &lt;SPAN&gt;on&lt;/SPAN&gt; &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;screen&lt;/SPAN&gt;, &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;values&lt;/SPAN&gt; &lt;SPAN&gt;come&lt;/SPAN&gt; &lt;SPAN&gt;up&lt;/SPAN&gt; &lt;SPAN&gt;and&lt;/SPAN&gt; &lt;SPAN&gt;change&lt;/SPAN&gt; (&lt;SPAN&gt;but&lt;/SPAN&gt; &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;same&lt;/SPAN&gt; &lt;SPAN&gt;for&lt;/SPAN&gt; &lt;SPAN&gt;each&lt;/SPAN&gt; &lt;SPAN&gt;cross&lt;/SPAN&gt; &lt;SPAN&gt;hair&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;it&lt;/SPAN&gt; still just always &lt;SPAN&gt;flicks&lt;/SPAN&gt; &lt;SPAN&gt;between&lt;/SPAN&gt; &lt;SPAN&gt;them&lt;/SPAN&gt; &lt;SPAN&gt;all&lt;/SPAN&gt;)... &lt;SPAN&gt;I&lt;/SPAN&gt; &lt;SPAN&gt;don't&lt;/SPAN&gt; &lt;SPAN&gt;know&lt;/SPAN&gt; &lt;SPAN&gt;what&lt;/SPAN&gt; &lt;SPAN&gt;to&lt;/SPAN&gt; &lt;SPAN&gt;do&lt;/SPAN&gt; &lt;SPAN&gt;now&lt;/SPAN&gt;... I can 'force' it to calibrate by quickly trying to catch each cross hair as it flash's up, but the touch screen doesnt work once it loads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 07:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200734#M4476</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2011-06-17T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200735#M4477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, the code that you are using looks fine. So this point to any "issue" with new touch screen driver under MQX. Thee is two possible solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. if you don't usin'g the ADC driver for anything else, just use the bare metal version of driver for MCF52259.&lt;/P&gt;&lt;P&gt;2. Report the issue to the MQX team and wait :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Gargy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 11:28:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200735#M4477</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2011-06-17T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200736#M4478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that for some reason my 52259 project cannot see the following in d4d.h, the path has been added, yet they are still not seen for some reason. Note, the K40 project can see them, just not the 52259...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#include "d4d_user_cfg.h"&lt;BR /&gt;#include "d4d_picture.h"&lt;BR /&gt;#include "d4d_button.h"&lt;BR /&gt;#include "d4d_check_box.h"&lt;BR /&gt;#include "d4d_gauge.h"&lt;BR /&gt;#include "d4d_slider.h"&lt;BR /&gt;#include "d4d_label.h"&lt;BR /&gt;#include "d4d_icon.h"&lt;BR /&gt;#include "d4d_menu.h"&lt;BR /&gt;#include "d4d_graph.h"&lt;BR /&gt;#include "d4d_scroll_bar.h"&lt;BR /&gt;#include "d4d_console.h"&lt;BR /&gt;#include "d4d_text_box.h"&lt;BR /&gt;#include "d4d_progress_bar.h"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the linked resources, and the MQX_ROOT_DIR is wrong, it has a suffix of EAR or something on the end, the rest are the same as the K40 project (which works)﻿, but this doesn't fix the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice in the Codewarrior Projects view, the K40 project has the folder for the D4D lib's as purple, where as its brown in the 52259 project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also notice there are many differences in the project settings for paths and resources... So many things missing from the 52259. I think there is a problem with the way the project has been setup as the K40 example all works find, just not the 52259.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 11:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200736#M4478</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2011-06-17T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200737#M4479</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;Am I the only one having troubles getting the supplied example to compilie (TWR52259 + D4D + CW10.1)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that the project is simply setup wrong. All the supplied MQX example work, they load, just not the D4D 52259 TWR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 05:41:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200737#M4479</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2011-06-20T05:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200738#M4480</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;It turns out its just the IDE that cannot see the include files, CW10.1 is telling me they are unresolved includes, but they are there, making it very confusing to look at the code as it thinks half the code is not there as it cannot see the define's! I dont know how to fix the IDE so it can see the paths like the compiler can, I am sure its hidden in some project setting...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a problem with the touch screen, on two computers now and two samples of the hardware it does exactly the same thing, it jumps from calbration point to calibration point infinitely quite quickly. It does pick up your touching it, and the output when measured with my DSO jumps up on each measurement then drops back to 0V (which I dont think is normal).&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>Mon, 20 Jun 2011 19:30:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200738#M4480</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2011-06-20T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resistive Touch-screen Driver missing in MQX 3.7?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200739#M4481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think,&lt;/P&gt;&lt;P&gt;this issue was solved in another one thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.freescale.com/message/90308#90308" title="https://community.freescale.com/message/90308#90308"&gt;https://community.freescale.com/message/90308#90308&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gargy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 14:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Resistive-Touch-screen-Driver-missing-in-MQX-3-7/m-p/200739#M4481</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2011-08-01T14:46:21Z</dc:date>
    </item>
  </channel>
</rss>

