<?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: Getting Start with Rapid IoT Kit on MCUXpressoIDE in Rapid IoT</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797315#M80</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you for sharing this with the community. If you are not following our community yet, you can do so by clicking on the " follow" button on the upper right hand corner of your dashboard. If you have any problems, please let me know. We would love to have as a part of our community. Thanks again and take care. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2018 16:50:56 GMT</pubDate>
    <dc:creator>javierasolorzan</dc:creator>
    <dc:date>2018-11-26T16:50:56Z</dc:date>
    <item>
      <title>Getting Start with Rapid IoT Kit on MCUXpressoIDE</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797314#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we going to see the basic &lt;SPAN style="text-decoration: line-through;"&gt;"Hello World"&lt;/SPAN&gt; sorry&amp;nbsp; "Ashok World" demo with MCUXpressoIDE&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tools Required:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MCUXpressoIDE -&amp;gt; Download it from &lt;A href="https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SDK for Rapid-IoT-Kit -&amp;gt; Download it from &lt;A href="https://www.nxp.com/support/developer-resources/rapid-prototyping/nxp-rapid-iot-prototyping-kit:IOT-PROTOTYPING"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rapid IoT Kit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps to follow:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Import "hello world" project from SDK examples.&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/77824iF431A62091D474DA/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;-&amp;gt; In the advanced settings page, uncheck the two options redirect SDK “PRINTF” to C library “printf” and Include semihost Hardfault handler and check the option Redlib: Use floating point version of printf, then press Finish.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77869iFD088840AD2A4B29/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Add below code after "Init_Display()" in hello_world.c file&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Display a Message */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_SetFont(&amp;amp;GUI_Font8x18);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_SetBkColor(GUI_WHITE);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_Clear();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_SetColor(GUI_BLUE);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_DispString("\n Rapid IoT\n\n");&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_DispString(" Hello World!\n\n");&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then compile your project in-case if you get below errors&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77918i2132C6A6F6F8D26A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Fix it by replacing "&amp;nbsp;&lt;STRONG&gt;THCI_Debug&lt;/STRONG&gt;" by "&lt;STRONG&gt;printf&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After compilation success , Generate your ".bin" file like shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_14.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78043i24355D4EC2537B3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_14.png" alt="pastedImage_14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Press &amp;amp; hold&amp;nbsp; Top-Left button (SW3) then reset the kit to enter into USB flash mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_19.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78131i9F56D0B9A311BB2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_19.png" alt="pastedImage_19.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;flash the bin into your Rapid Kit by simple drag and drop.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_15.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78083i4D9AB3565170EC30/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_15.png" alt="pastedImage_15.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Text "Hello World" will be displayed on your Rapid IoT Kit&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_20.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78174i41DC8CD999A8FEB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_20.png" alt="pastedImage_20.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To set image use this line "GUI_BMP_Draw(_ashok_bmp111, 0, 0);"&amp;nbsp; BMP image should be in RGB(1,1,1) 4bit format.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_22.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78206iFAA21F9FA5D70E4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_22.png" alt="pastedImage_22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Download source here &lt;A href="https://gitlab.com/mcucodes/rapid-iot-k64f-ashok-world"&gt;https://gitlab.com/mcucodes/rapid-iot-k64f-ashok-world&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All,&lt;/P&gt;&lt;P&gt;Happy Coding!&lt;/P&gt;&lt;P&gt;Ashok R&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.ashokr.com" target="test_blank"&gt;www.ashokr.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2018 16:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797314#M79</guid>
      <dc:creator>ashokfair</dc:creator>
      <dc:date>2018-11-24T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Start with Rapid IoT Kit on MCUXpressoIDE</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797315#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you for sharing this with the community. If you are not following our community yet, you can do so by clicking on the " follow" button on the upper right hand corner of your dashboard. If you have any problems, please let me know. We would love to have as a part of our community. Thanks again and take care. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:50:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797315#M80</guid>
      <dc:creator>javierasolorzan</dc:creator>
      <dc:date>2018-11-26T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Start with Rapid IoT Kit on MCUXpressoIDE</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797316#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could we run this in a debug session in MCUExpresso directly instead of flashing the bin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 04:07:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Getting-Start-with-Rapid-IoT-Kit-on-MCUXpressoIDE/m-p/797316#M81</guid>
      <dc:creator>wenchen-b37495</dc:creator>
      <dc:date>2019-09-12T04:07:38Z</dc:date>
    </item>
  </channel>
</rss>

