<?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 Re: How can I run &amp;quot;hello world&amp;quot; app demo in IDE without connecting with board? in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859328#M9719</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be I saw tutorial for&amp;nbsp;&lt;SPAN&gt;MIMXRT1060-EVK, this tutorial mentioned about SW7. It is used SW7 to set up boot mode.&amp;nbsp;&lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-mimxrt1060-evk:GS-MIMXRT1060-EVK" target="_blank"&gt;Getting Started with the MIMXRT1060-EVK | NXP Semiconductors&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sure, thank you. For&amp;nbsp;MIMXRT1060-EVKB, we need to use SW4.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 03:08:35 GMT</pubDate>
    <dc:creator>nnxxpp</dc:creator>
    <dc:date>2024-05-06T03:08:35Z</dc:date>
    <item>
      <title>How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848866#M9677</link>
      <description>&lt;P&gt;I am a newbie with NXP board.&lt;/P&gt;&lt;P&gt;I installed MCUXpresso IDE, but now I do not have a board. I installed SDK and created project "hello world" for the board. I built my project.&amp;nbsp;How can I run "hello world" app demo in IDE without connecting with board?&lt;/P&gt;&lt;P&gt;Could I create a simple C/C++ project in the IDE, build and run it?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 08:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848866#M9677</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-04-17T08:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848949#M9680</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, the MCUXpresso IDE does not support debugging without connecting to the board. You can Use "Use simulator" in Keil uVision5 to run the simulation, as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_0-1713347842446.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274260iDC4A18E0BC5692D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_0-1713347842446.jpeg" alt="Alex_Wang_0-1713347842446.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After setting, click the analog debugging button to debug.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_1-1713347901554.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274261i72EFFE20D5DA7AD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_1-1713347901554.jpeg" alt="Alex_Wang_1-1713347901554.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 09:58:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848949#M9680</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-04-17T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848985#M9681</link>
      <description>&lt;P&gt;Yes, you can do this (but of course not using the NXP SDK, as it is for the target board/device).&lt;/P&gt;&lt;P&gt;You can use the host GNU gcc compiler/debugger (installed separately) and build and debug applications with the IDE, as with any other Eclipse distribution. The thing is that you are not doing cross-development, but native development instead.&lt;/P&gt;&lt;P&gt;For 'real embedded' development you would need a board or simulator, e.g. QUEMU (&lt;A href="https://www.qemu.org/" target="_blank"&gt;https://www.qemu.org/&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 10:52:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1848985#M9681</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2024-04-17T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1849982#M9685</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;Thanks. I have one more question. When I connect board to PC by micro USB cable for debugging (specifically I will run TF Lite model), do I need to power a board by DC IN 5V? As my understanding, it does not need&amp;nbsp;power a board by DC IN 5V for debugging. It is only for standalone working of board.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1849982#M9685</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-04-18T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1850280#M9690</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, "micro USB cable for debugging" (Link2 or MCU-Link) can provide power supply and debugging. If convenient, please tell me what development board you are using.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 01:34:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1850280#M9690</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-04-19T01:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1850460#M9693</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. We are buying Mimrt1060. I dont remember the exact name of the board. I see that there are 2 version of mimrt1060: evk and evkb. What is the difference between&amp;nbsp;&lt;SPAN&gt;MIMXRT1060-EVK / EVKB?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 07:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1850460#M9693</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-04-19T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1851093#M9695</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When speaking about the hardware, there are some differences between these two EVK, not to mention that some hardware components might be on different positions along the boards.&lt;BR /&gt;One that I’d like to mention is that EVKB comes with an integrated M.2 interface.&lt;/P&gt;
&lt;P&gt;About the Software. I’d like to mention that for instance, you will find that there are some Wireless modules that are not supported on both EVK’s. This can be found in UM11441. For more SDK information, I’d recommend you to take a look to the MCUXpresso SDK Release Notes for each board. You can find them inside the SDK bundle.&lt;/P&gt;
&lt;P&gt;I strongly recommend you to take a look to the MIMXRT1060/1064 Evaluation Kit Board Hardware User's Guide and MIMXRT1060-EVKB Board User Manual to see with more detail the differences between these two.&lt;BR /&gt;All this documents are available in here: &lt;A class="fui-Link ___1rxvrpe f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1hu3pq6 f11qmguv f19f4twv f1tyq0we f1g0x7ka fhxju0i f1qch9an f1cnd47f fqv5qza f1vmzxwi f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.mx-rt1060" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.MX-RT1060" target="_blank" rel="noreferrer noopener" aria-label="Link https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.MX-RT1060"&gt;https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1060-crossover-mcu-with-arm-cortex-m7-core:i.MX-RT1060&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;SDK: &lt;A class="fui-Link ___1rxvrpe f2hkw1w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1hu3pq6 f11qmguv f19f4twv f1tyq0we f1g0x7ka fhxju0i f1qch9an f1cnd47f fqv5qza f1vmzxwi f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://mcuxpresso.nxp.com/en/welcome" href="https://mcuxpresso.nxp.com/en/welcome" target="_blank" rel="noreferrer noopener" aria-label="Link https://mcuxpresso.nxp.com/en/welcome"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can refer to the Quick Start guide on how to use it:&lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-mimxrt1060-evk:GS-MIMXRT1060-EVK" target="_blank"&gt;Getting Started with the MIMXRT1060-EVK | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I really hope this helps. If you have any other question, please don’t hesitate to ask.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 02:15:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1851093#M9695</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-04-22T02:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1851151#M9696</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for detailed information.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 04:24:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1851151#M9696</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-04-22T04:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1858163#M9710</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I connect board in Debug mode via micro USB (mimxrt1060-evkb). I want to run demo app. I see the documentation of tflm_cifar10 and it said that&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Prepare the Demo&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;================&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;SPAN&gt; Connect a USB cable between the host PC and the OpenSDA USB port on the target board. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;SPAN&gt; Open a serial terminal with the following settings:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; 115200 baud rate&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; 8 data bits&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; No parity&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; One stop bit&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt; No flow control&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3.&lt;/SPAN&gt;&lt;SPAN&gt; Download the program to the target board.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;SPAN&gt; Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;```&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It does not mention about mode. What mode do I need to set? I dont remember, but it is &lt;STRONG&gt;SW7: OFF, OFF, ON, OFF (0010).&lt;/STRONG&gt; Is that right?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 May 2024 03:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1858163#M9710</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-02T03:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859278#M9718</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to the user manual, we can choose the appropriate way to start, as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_0-1714960701098.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277134i6151531494345317/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_0-1714960701098.jpeg" alt="Alex_Wang_0-1714960701098.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can refer to the attached file for details.&lt;/P&gt;
&lt;P&gt;Hope this helps you.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 02:01:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859278#M9718</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-05-06T02:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859328#M9719</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be I saw tutorial for&amp;nbsp;&lt;SPAN&gt;MIMXRT1060-EVK, this tutorial mentioned about SW7. It is used SW7 to set up boot mode.&amp;nbsp;&lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-mimxrt1060-evk:GS-MIMXRT1060-EVK" target="_blank"&gt;Getting Started with the MIMXRT1060-EVK | NXP Semiconductors&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sure, thank you. For&amp;nbsp;MIMXRT1060-EVKB, we need to use SW4.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 03:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859328#M9719</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-06T03:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859671#M9724</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. Do you have any tutorial for running examples from SDK in Keil uvision as emulator?&lt;/P&gt;&lt;P&gt;As my understanding, firstly I need to download MCUXpresso SDK for Keil/MDK, then run in debug mode in Keil (emulator). Is that right?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 10:51:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1859671#M9724</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-06T10:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1860052#M9727</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no tutorial on how to run the emulator in Keil uvision, you can follow these steps:&lt;/P&gt;
&lt;P&gt;1. Download Keil uvision&lt;/P&gt;
&lt;P&gt;2. Download SDK for Keil uvision version&lt;/P&gt;
&lt;P&gt;3. Install the corresponding chip package&lt;/P&gt;
&lt;P&gt;4. Then configure the emulator environment&lt;/P&gt;
&lt;P&gt;5. Running&lt;/P&gt;
&lt;P&gt;Hope this helps you.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 01:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1860052#M9727</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-05-07T01:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1860059#M9728</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for quick response. I will follow by these steps to check whether it works.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 01:52:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1860059#M9728</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-07T01:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861008#M9735</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your guide, But when debugging with simulator, I got an error related with "write" permission as the following.&lt;/P&gt;&lt;P&gt;*** WARNING: Using ARM Cortex-M4 Simulator. ARM Cortex-M7 specific features are not modelled !&lt;BR /&gt;Running with Code Size Limit: 32K&lt;BR /&gt;Load "ram_0x1400_release\\hello_world.out"&lt;BR /&gt;*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission&lt;/P&gt;&lt;P&gt;I created .ini file to fix it&amp;nbsp;&lt;A href="https://community.arm.com/support-forums/f/keil-forum/28981/access-violation-at-0xfffffff4" target="_blank"&gt;Access violation at 0xFFFFFFF4 - Keil forum - Support forums - Arm Community&lt;/A&gt;, but it does not work.&lt;/P&gt;&lt;P&gt;Do you have any recommendation for me? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 03:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861008#M9735</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-08T03:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861090#M9736</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, Check whether the chip pack is correctly installed in the device. It will be displayed in green after installation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_0-1715148100866.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277633iF53D43C6F72E5A11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_0-1715148100866.png" alt="Alex_Wang_0-1715148100866.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Second,&amp;nbsp;Check whether the MDK project is decompressed correctly&lt;/P&gt;
&lt;P&gt;There are no problems on my PC as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_1-1715148681925.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277636iB5BDA2BF95064B53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_1-1715148681925.png" alt="Alex_Wang_1-1715148681925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 06:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861090#M9736</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-05-08T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861168#M9738</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that you also had an error with emulator. In the picture 2&amp;nbsp;error, , there is an with access violation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_3.png" style="width: 655px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277651i7FEC2B67F1CDD0D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_3.png" alt="Screenshot_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I set up for board&amp;nbsp;MIMXRT1060-EVKB with mounted device&amp;nbsp;&lt;A href="https://www.keil.com/dd2/nxp/mimxrt1062dvl6b" target="_blank" rel="noopener"&gt;MIMXRT1062DVL6B&lt;/A&gt;. I installed BSP and&amp;nbsp;NXP.MIMXRT1062_DFP.18.0.0.pack. I run with Hello world project, but simulator did not work. Here is my set up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.png" style="width: 720px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277659iBFDEA0A5E357BF23/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2.png" alt="Screenshot_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.png" style="width: 640px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277655i76FCA8CEAF4B6EDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_4.png" alt="Screenshot_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.png" style="width: 931px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277657i81DF1E186D72FFB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_5.png" alt="Screenshot_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also had error 65, but with "write" permission in Simulator mode.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 07:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861168#M9738</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-08T07:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861245#M9740</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tested iled_blinky with simulator. There was an error with read permissions "*** error 65: access violation at 0x400B8008 : no 'read' permission". It is same your error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_6.png" style="width: 979px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277676iD090AAD740E546C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_6.png" alt="Screenshot_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 08:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1861245#M9740</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-08T08:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1862103#M9746</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232364"&gt;@nnxxpp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to the following methods:&lt;/P&gt;
&lt;P&gt;1. Create an.ini file with the following contents:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_0-1715225126787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277849iA125CFCE8FE242A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_0-1715225126787.png" alt="Alex_Wang_0-1715225126787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can include the wrong address. You can include the error address, on my PC error address 0x40000000-0x401FFFFF.&lt;/P&gt;
&lt;P&gt;2. Load the ini file to the initialization file：&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alex_Wang_1-1715225345126.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277850i85638C9D006B6F28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alex_Wang_1-1715225345126.png" alt="Alex_Wang_1-1715225345126.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps you.&lt;/P&gt;
&lt;P&gt;Best regards, Alex&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 03:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1862103#M9746</guid>
      <dc:creator>Alex_Wang</dc:creator>
      <dc:date>2024-05-09T03:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run "hello world" app demo in IDE without connecting with board?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1862114#M9747</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617"&gt;@Alex_Wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it and informed you yesterday as follow&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226617" target="_blank"&gt;@Alex_Wang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your guide, But when debugging with simulator, I got an error related with "write" permission as the following.&lt;/P&gt;&lt;P&gt;*** WARNING: Using ARM Cortex-M4 Simulator. ARM Cortex-M7 specific features are not modelled !&lt;BR /&gt;Running with Code Size Limit: 32K&lt;BR /&gt;Load "ram_0x1400_release\\hello_world.out"&lt;BR /&gt;*** error 65: access violation at 0xFFFFFFF4 : no 'write' permission&lt;/P&gt;&lt;P&gt;I created .ini file to fix it&amp;nbsp;&lt;A href="https://community.arm.com/support-forums/f/keil-forum/28981/access-violation-at-0xfffffff4" target="_blank" rel="nofollow noopener noreferrer"&gt;Access violation at 0xFFFFFFF4 - Keil forum - Support forums - Arm Community&lt;/A&gt;, but it does not work.&lt;/P&gt;&lt;P&gt;Do you have any recommendation for me? Thanks.&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Createing .ini file did not solve the problem. Did you test it?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 04:04:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-can-I-run-quot-hello-world-quot-app-demo-in-IDE-without/m-p/1862114#M9747</guid>
      <dc:creator>nnxxpp</dc:creator>
      <dc:date>2024-05-09T04:04:30Z</dc:date>
    </item>
  </channel>
</rss>

