<?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: MQX 4.0 touch panel</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603568#M16710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I have solved my problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 07:06:44 GMT</pubDate>
    <dc:creator>wangtsungli</dc:creator>
    <dc:date>2016-10-25T07:06:44Z</dc:date>
    <item>
      <title>MQX 4.0 touch panel</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603564#M16706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using MQX 4.0 to develop touch driver, i wanna print float out but i can't do it.&lt;/P&gt;&lt;P&gt;i have already define XY to float.&lt;/P&gt;&lt;P&gt;But when i write the function printf("XY=%f\n",XY);&lt;/P&gt;&lt;P&gt;it do not print float out!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="123.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2592i10865E7FEE2D39CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="123.bmp" alt="123.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it print XY=f instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1234.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2674iA5FB41BCFF83282F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1234.bmp" alt="1234.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help me on this question why it won't print float out for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regard&lt;/P&gt;&lt;P&gt;victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 09:05:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603564#M16706</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2016-10-04T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0 touch panel</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603565#M16707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to check your MCU supports floating point.&lt;/P&gt;&lt;P&gt;If it supports, the following steps need to be done to support float point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; the task, which will use floating point, should be use attribute; MQX_FLOATING_POINT_TASK attribute, please refer to the below code snippet:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3582iB89D69065303E6DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp; in user_config.h of bsp project, MQX_INCLUDE_FLOATING_POINT_IO should be defined as 1, and rebuild the bsp and psp project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;nbsp; set the vfpv4&amp;nbsp; in IDE ,&amp;nbsp; if you use IAR, please see the below picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3632i19186EBA7CA85251/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a quick test with the tchres_demo, it can work,&amp;nbsp; I added the following code for test&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3633iE426813C22CE3969/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3669i2467219E6B33503F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2016 06:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603565#M16707</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-10-09T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0 touch panel</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603566#M16708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i can't find vfpv4 on my develop environment ! Please see the&lt;/P&gt;&lt;P&gt;attachment.&lt;/P&gt;&lt;P&gt;I'm using Keil u Vision5 to develope!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regard&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2016-10-09 14:54 GMT+08:00 danielchen@fsl &amp;lt;admin@community.freescale.com&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;NXP Community&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;Re: MQX 4.0 touch panel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Daniel Chen&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/people/danielchen@fsl?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;MQX Software Solutions&lt;/STRONG&gt; - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/message/839063?commentID=839063&amp;amp;et=watches.email.thread#comment-839063&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 02:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603566#M16708</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2016-10-11T02:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0 touch panel</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603567#M16709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Keil, please check the floating point hardware at Target tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3847iEE1D57BD4A402D57/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603567#M16709</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-10-11T06:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.0 touch panel</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603568#M16710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I have solved my problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 07:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-0-touch-panel/m-p/603568#M16710</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2016-10-25T07:06:44Z</dc:date>
    </item>
  </channel>
</rss>

