<?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>Kinetis MicrocontrollersのトピックRe: ‘Hello World’ MQX example print problem K60</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243561#M6166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the modification using CW10.4 and MQX 4.0.1, those are the latest versions.&lt;/P&gt;&lt;P&gt;No issues rebuilding with the modifications suggested. I am attaching the modified user_config.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inport the working set in C:\Freescale\Freescale_MQX_4_0\config\twrk60d100m\cw10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(remember to install the MQX pluging using Install New Software in CW 10.4 menu after CW 10.4 and MQX 4.0.1 isntallations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, change the user config in C:\Freescale\Freescale_MQX_4_0\config\twrk60d100m\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you should build without any problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2013 23:12:21 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2013-06-28T23:12:21Z</dc:date>
    <item>
      <title>‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243553#M6158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the debugger running for the hello world example. I have seen others have struggled too.&lt;/P&gt;&lt;P&gt;I am using the TWR-K60D100M. The program runs with the debugger. I have Tera Term up. Tera Term has found and connected to the tower by serial USB.&lt;/P&gt;&lt;P&gt;The only thing is there is no "hello world" message displaying. Displaying through the terminal should be helpful for us to debug with.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 16:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243553#M6158</guid>
      <dc:creator>Kratz</dc:creator>
      <dc:date>2013-06-27T16:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243554#M6159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default UART is the one connected to OSJTAG USB connector, to use TWR-SER, change the user_config.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define BSPCFG_ENABLE_TTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define BSP_DEFAULT_IO_CHANNEL "ttyd:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And rebuild the libraries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 16:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243554#M6159</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-27T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243555#M6160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: 10pt;"&gt;There are compiler errors that I could use help with. Here is the user_config.h file changes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; BSPCFG_ENABLE_TTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; &lt;/SPAN&gt;BSP_DEFAULT_IO_CHANNEL &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;"&lt;SPAN style="text-decoration: underline;"&gt;ttyd&lt;/SPAN&gt;:"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;/* added to bring out serial board*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; &lt;/SPAN&gt; BSPCFG_ENABLE_ITTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; //Note this was 0, but resulted at an error at this line so I changed it to 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here are the tagged section with the errors:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; background: white; font-family: Consolas;"&gt;#ifndef&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 10pt;"&gt;&lt;BR /&gt;BSP_DEFAULT_IO_CHANNEL_DEFINED&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ** This is the error line **&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; background: white; font-size: 10pt; font-family: Consolas; text-decoration: underline;"&gt;#error&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; background: white; text-decoration: underline; font-family: Consolas;"&gt; This application requires BSP_DEFAULT_IO_CHANNEL to be not NULL. Please set corresponding&lt;BR /&gt;BSPCFG_ENABLE_TTYx to non-zero in user_config.h and recompile BSP with this&lt;BR /&gt;option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10pt; background: white; font-family: Consolas;"&gt;#endif&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: #7f0055; font-family: Consolas; font-size: 10pt;"&gt;The message says: 1) Preprossor error directive 2) mingw32-make **** 3) Preprocessor #error directive&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Does the "hello world" message have to come out of the Ser board because the TWR board has its USB tied up with the debugger?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 12:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243555#M6160</guid>
      <dc:creator>Kratz</dc:creator>
      <dc:date>2013-06-28T12:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243556#M6161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the one I suggested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; BSPCFG_ENABLE_TTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; &lt;/SPAN&gt;BSPCFG_ENABLE_ITTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Yo cannot define non interrupt and interrupt UART support simultaneously.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And then, after all the peripherals definition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;#define&amp;nbsp; &lt;/SPAN&gt;BSP_DEFAULT_IO_CHANNEL &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;"&lt;SPAN style="text-decoration: underline;"&gt;ttyd&lt;/SPAN&gt;:"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2a00ff; font-size: 10pt;"&gt;Luis&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 13:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243556#M6161</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-28T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243557#M6162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your question. The BSP default UART is the one connected to OSJTAG on TWR-K60. You can get the output also in that UART. When you connect the TWR-K60 to USB, you will get two profiles, OSJTAG and CDC terminal. If, not, ploease, upgrade OSJTAG firmware with Pemicro Firmware Update App:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pemicro.com/osbdm/index.cfm"&gt;http://www.pemicro.com/osbdm/index.cfm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 13:41:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243557#M6162</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-28T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243558#M6163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luis, Please help me through the compile errors that came up.&lt;/P&gt;&lt;P&gt;Code&amp;nbsp; at lines 48 &amp;amp; 49:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: Consolas;"&gt; 48 #define&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; BSPCFG_ENABLE_TTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: Consolas;"&gt; 49 #define&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; BSPCFG_ENABLE_ITTYD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;After all of the defines, on line 100 this line was added.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; font-family: Consolas;"&gt; 101 #define&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; BSP_DEFAULT_IO_CHANNEL &lt;/SPAN&gt;&lt;SPAN style="color: #2a00ff; font-family: Consolas; font-size: 10pt;"&gt;"&lt;SPAN style="text-decoration: underline;"&gt;ttyd&lt;/SPAN&gt;:"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;built BSP with no errors.&amp;nbsp; then built Hello and received this error:&lt;/P&gt;&lt;P&gt; &lt;STRONG style=": ; color: #7f0055; background: white; font-size: 10pt; font-family: Consolas; text-decoration: underline;"&gt;#error&lt;/STRONG&gt;&lt;SPAN style="color: black; font-size: 10pt; background: white; text-decoration: underline; font-family: Consolas;"&gt; This application requires&lt;BR /&gt;BSP_DEFAULT_IO_CHANNEL to be not NULL. Please set corresponding&lt;BR /&gt;BSPCFG_ENABLE_TTYx to non-zero in user_config.h and recompile BSP with this&lt;BR /&gt;option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10pt; background: white; font-family: Consolas;"&gt;#endif&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 13:56:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243558#M6163</guid>
      <dc:creator>Kratz</dc:creator>
      <dc:date>2013-06-28T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243559#M6164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW Freescale ARM compiler?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:15:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243559#M6164</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-28T14:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243560#M6165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, 10.3.1 FSL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 14:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243560#M6165</guid>
      <dc:creator>Kratz</dc:creator>
      <dc:date>2013-06-28T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243561#M6166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the modification using CW10.4 and MQX 4.0.1, those are the latest versions.&lt;/P&gt;&lt;P&gt;No issues rebuilding with the modifications suggested. I am attaching the modified user_config.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inport the working set in C:\Freescale\Freescale_MQX_4_0\config\twrk60d100m\cw10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(remember to install the MQX pluging using Install New Software in CW 10.4 menu after CW 10.4 and MQX 4.0.1 isntallations)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, change the user config in C:\Freescale\Freescale_MQX_4_0\config\twrk60d100m\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you should build without any problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 23:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243561#M6166</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-28T23:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243562#M6167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having similar problems with Kevin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW10.4, MQX 4.0.1, TWRK60D100M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to write, download, and debug some simple programs - both canned examples and my own programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I cannot see anything from printf() statements in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully updated the P&amp;amp;E software to osbdmens_arm.3121. When I plug the USB port in and look at my Win8 control panel, I see only the OSBDM - Debug Port; no CDC terminal as you say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39910i4F4C87C6AC27618E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's not surprising that when I open P&amp;amp;E's Terminal Window application (v2.05) and attempt to "Open Serial Port" on USB COM, I get an error message: "Failed to Open, Plug DEMO board into PC via USB cable." (My Tower board is plugged in to a USB port of course.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39914i8C1243ADB598B543/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried all Baud rates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what config.h looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39916i6CCA3EBF8E3D059B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~LMG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 17:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243562#M6167</guid>
      <dc:creator>lmg</dc:creator>
      <dc:date>2013-07-18T17:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243563#M6168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I've found a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download and install Tera Term virtual terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; teraterm-4.78.exe from &lt;A href="http://en.sourceforge.jp/projects/ttssh2/releases/" title="http://en.sourceforge.jp/projects/ttssh2/releases/"&gt;Download - Tera Term - SourceForge.JP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Start Tera Term. Cancel any windows that pop open upon start up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Plug in TWR board USB connection. I'm using the one on the board itself, not the SER board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In Tera Term, click &lt;STRONG&gt;File-&amp;gt;New Connection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119541i36C67A055166FFFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. Select the serial port that is the OSBDM connection. (I assume the com number may be different on different machines.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119542iC623A03E69061B30/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;6. Under &lt;STRONG&gt;Setup-&amp;gt;Serial Port&lt;/STRONG&gt;, make sure the settings are correct. I'm using the TWRK60D100M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. And it works! Results from printf() show on the Tera Term screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. You can also go to &lt;STRONG&gt;Setup-&amp;gt;Save Setup&lt;/STRONG&gt; to make your selected serial port and baud rate the default. TERATERM.INI appears to be the default file that is loaded each time the program starts. If you do this, the connection is made automatically when you start Tera Term the next time - assuming the USB cable to the TWR board is plugged in. If the USB cable is not plugged in when you start Tera Term, you get an error message. You then have to click &lt;STRONG&gt;File-&amp;gt;New Connection&lt;/STRONG&gt; after starting Tera Term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~LMG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:38:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243563#M6168</guid>
      <dc:creator>lmg</dc:creator>
      <dc:date>2013-07-19T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: ‘Hello World’ MQX example print problem K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243564#M6169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And another solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I know that the TWR board is talking to my PC on COM5, I tried P&amp;amp;E's virtual terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/39937i7A364A551BECDB6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess my problem was that I did not know where on my PC the serial port was going to show up. Tera Term helped because it showed me that COM5 was active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~LMG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 15:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Hello-World-MQX-example-print-problem-K60/m-p/243564#M6169</guid>
      <dc:creator>lmg</dc:creator>
      <dc:date>2013-07-19T15:44:44Z</dc:date>
    </item>
  </channel>
</rss>

