<?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>CodeWarrior Development ToolsのトピックRe: Compile and download but can't see printf string</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274267#M400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached .project file really does not give any insights what could be wrong.&lt;/P&gt;&lt;P&gt;I suggest you have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/" title="http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/"&gt;http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At the end there is a link to a project on GitHub which has a working project using a console/serial connection with OpenSDA USB-CDC (38400 baud).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2013 20:18:34 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2013-11-16T20:18:34Z</dc:date>
    <item>
      <title>Compile and download but can't see printf string</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274265#M398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a FRDM KE02Z board to do a simple printf() function. I followed the a tutorial off the MCU on Eclipse blog (&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuoneclipse.com%2F2013%2F02%2F07%2Ftutorial-printf-with-and-without-processor-expert%2F"&gt;Tutorial: Printf() with (and without) Processor Expert | MCU on Eclipse&lt;/A&gt;). to the t and, though I can build and go into the debug, I cannot see the string I am writing on the port!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides following the instructions, I've tried the troubleshooting suggestions in the blog and even used Termite instead of Tera Term which, I normally use. Both are able to see the port but display nothing but a blank screen. I realize how silly it is to be asking for help on such a simple task but I am really at a loss! Would appreciate any advice you can give, my project file is attached.&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yusif&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337866"&gt;.project.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 05:13:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274265#M398</guid>
      <dc:creator>yusifnurizade</dc:creator>
      <dc:date>2013-11-13T05:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Compile and download but can't see printf string</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274266#M399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could really use some help with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yusif Nurizade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274266#M399</guid>
      <dc:creator>yusifnurizade</dc:creator>
      <dc:date>2013-11-14T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compile and download but can't see printf string</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274267#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached .project file really does not give any insights what could be wrong.&lt;/P&gt;&lt;P&gt;I suggest you have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/" title="http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/"&gt;http://mcuoneclipse.com/2013/11/16/tutorial-using-a-terminal-input-and-output-without-printf-and-scanf/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At the end there is a link to a project on GitHub which has a working project using a console/serial connection with OpenSDA USB-CDC (38400 baud).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2013 20:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274267#M400</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-11-16T20:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compile and download but can't see printf string</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274268#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue 100% percent solved. Erich, you are a genius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Yusif Nurizade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 13:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Compile-and-download-but-can-t-see-printf-string/m-p/274268#M401</guid>
      <dc:creator>yusifnurizade</dc:creator>
      <dc:date>2013-11-21T13:45:45Z</dc:date>
    </item>
  </channel>
</rss>

