<?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>GUI GuiderのトピックRe: Difficulty &amp;quot;Getting Started&amp;quot; debugging with MCUXpresso and Gui Guider 1.10.1 GA projec</title>
    <link>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2372058#M1834</link>
    <description>Hi Harry, thankyou for the suggestion! Let me try that first thing my time (GMT+1) tomorrow Thursday. I should have feedback for you before the end of your working day.&lt;BR /&gt;谢谢&lt;BR /&gt;Mark</description>
    <pubDate>Wed, 27 May 2026 21:53:51 GMT</pubDate>
    <dc:creator>mark2</dc:creator>
    <dc:date>2026-05-27T21:53:51Z</dc:date>
    <item>
      <title>Difficulty "Getting Started" debugging with MCUXpresso and Gui Guider 1.10.1 GA project.</title>
      <link>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2371532#M1831</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have used Gui Guider on many projects in the last 10 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Today I started a new project, and I have had great difficulty &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;My environment is MCUXpresso IDE v2025.06 on a Windows 11 computer.&lt;/P&gt;&lt;P&gt;My target is MCXN947, FreeRTOS, &lt;U&gt;&lt;EM&gt;custom&lt;/EM&gt;&lt;/U&gt; target PCB, based on SDK_2.x_FRDM-MCXN947 v25.09.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gui guider 1.10.1 GA using LVGL 9.3.&lt;/P&gt;&lt;P&gt;I am using a different TFT panel to NXP, it has a graphics controller ILI9488 and I have used this panel many times.&lt;/P&gt;&lt;P&gt;This is my workflow...&lt;/P&gt;&lt;P&gt;1) In MCUXpresso IDE, import LVGL project frdmmcxn947_lvgl_guider_cm33_core0.&lt;/P&gt;&lt;P&gt;2) Make my fixes for ILI9488 (it is simple - import my ili9488.c/.h into folder \lcdc and edit lvgl_support.c so that it uses my code. Example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;status = ILI9488_Init(&amp;amp;lcdHandle, &amp;amp;ili9488Config, &amp;amp;g_dbiFlexioSmartdmaXferOps, &amp;amp;g_dbiFlexioXferHandle);&lt;/SPAN&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;3) Build and debug the project.&lt;/P&gt;&lt;P&gt;4) My panel displays the usual "&lt;FONT face="courier new,courier"&gt;Drag Me&lt;/FONT&gt;" rectangle and the FPS/%cpu instrumentation in the lower right of the screen.&lt;/P&gt;&lt;P&gt;5) &lt;STRONG&gt;Everything is working !!!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;6) In Gui Guider v1.10.1 create a new project based on LVGL9.3.0, FRDM-MCXN947, EmptyUI, 16-bit colour, 480x320.&lt;/P&gt;&lt;P&gt;7) Name the screen &lt;FONT face="courier new,courier"&gt;screenMain&lt;/FONT&gt;, and Add a switch to the UI: &lt;FONT face="courier new,courier"&gt;sw_1&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; Generate the code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;9) Delete the contents of the &lt;FONT face="courier new,courier"&gt;\generated&lt;/FONT&gt; folder in the MCUXpresso project, then copy the contents of the &lt;FONT face="courier new,courier"&gt;\generated&lt;/FONT&gt; folder from Gui guider project into MCUXpresso project.&lt;/P&gt;&lt;P&gt;10) Confirm the source code in setup_scr_screenMain.c:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;//Write codes screenMain_sw_1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ui-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;screenMain_sw_1&lt;/SPAN&gt;&lt;SPAN&gt; = lv_switch_create(ui-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;screenMain&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11) Clean and build the project&amp;nbsp;&lt;/P&gt;&lt;P&gt;12) Many Compiler Errors, including "&lt;FONT face="courier new,courier"&gt;implicit declaration of function lv_switch_create()&lt;/FONT&gt;".&lt;/P&gt;&lt;P&gt;But lv_switch.c / lv_switch.h is included in the project.&lt;/P&gt;&lt;P&gt;13) There are more compiler errors&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;LV_CACHE_ENTRY_FLAG_CLASS_CUSTOM undeclared&lt;/FONT&gt;,&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;implicit declaration of functions lv_cache_entry_has_flag/remove_flag/set_flag&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;It all looks very broken, and is slowing me down now&lt;/EM&gt;&lt;/U&gt;.&lt;/P&gt;&lt;P&gt;I will go back to Gui Guider 1.9.0 GA but have lost a day of productive work on this problem.&lt;/P&gt;&lt;P&gt;If I run the Gui guider project in the 1.10.1 Simulator then it compiles OK (but does not run on my target board because of the missing ILI9488 driver). I did also try SDK 26.03 but with the same compiler errors.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;*Please tell me what I am doing wrong!!!!*&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 22:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2371532#M1831</guid>
      <dc:creator>mark2</dc:creator>
      <dc:date>2026-05-26T22:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty "Getting Started" debugging with MCUXpresso and Gui Guider 1.10.1 GA projec</title>
      <link>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2371631#M1832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/75544"&gt;@mark2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To avoid compilation errors, I think you can use a different method.&lt;/P&gt;
&lt;P&gt;1. First, you can create the GUI GUIDER project.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;""In Gui Guider v1.10.1 create a new project based on LVGL9.3.0, FRDM-MCXN947, EmptyUI, 16-bit colour, 480x320.""&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Then you &amp;nbsp;can design the UI and generated the C code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. import this project into the mcuxpresso ide.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1779853899691.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386908i76A1055AA4AC7CF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1779853899691.png" alt="Harry_Zhang_0-1779853899691.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_1-1779853934716.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386909i561D2AA6342D87FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_1-1779853934716.png" alt="Harry_Zhang_1-1779853934716.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_2-1779854007544.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/386910iB8C2DDCA344510C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_2-1779854007544.png" alt="Harry_Zhang_2-1779854007544.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;4. And then you just need to replace your lcd driver.&lt;/P&gt;
&lt;P&gt;And even if you modify the UI, your mcuxpresso ide's lvgl project will automatically update. This method can work on my end.&lt;/P&gt;
&lt;P&gt;Of course, if you need me to help you solve your previous compilation errors, you can send me the entire GUI project and I can try to solve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2026 03:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2371631#M1832</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-05-27T03:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty "Getting Started" debugging with MCUXpresso and Gui Guider 1.10.1 GA projec</title>
      <link>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2372058#M1834</link>
      <description>Hi Harry, thankyou for the suggestion! Let me try that first thing my time (GMT+1) tomorrow Thursday. I should have feedback for you before the end of your working day.&lt;BR /&gt;谢谢&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 27 May 2026 21:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2372058#M1834</guid>
      <dc:creator>mark2</dc:creator>
      <dc:date>2026-05-27T21:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty "Getting Started" debugging with MCUXpresso and Gui Guider 1.10.1 GA projec</title>
      <link>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2372356#M1835</link>
      <description>&lt;P&gt;Good news. That different method works for me. Now I am "up and running".&lt;/P&gt;&lt;P&gt;Thankyou.&lt;/P&gt;&lt;P&gt;One feedback: the Gui Guider project is named 527_new but after importing into MCUXpresso the MCUX project name is frdmmcxn947_lvgl_guider_v9. I edited the .project file to give my chosen project name.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 09:14:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/GUI-Guider/Difficulty-quot-Getting-Started-quot-debugging-with-MCUXpresso/m-p/2372356#M1835</guid>
      <dc:creator>mark2</dc:creator>
      <dc:date>2026-05-28T09:14:58Z</dc:date>
    </item>
  </channel>
</rss>

