<?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: printf in TeraTerm in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290381#M10620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mehdi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those configurations are correct. I checked your schematics and the connections seem to be correct, although I have never used that RS-232 voltage transceiver. Please check with the datasheet, unless that connection has worked before, is that so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code seems ok to me, so another test would be to check your pin outputs with an oscilloscope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to run a debug session, or just flash the MCU with the Flash programmer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 18:00:54 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-01-08T18:00:54Z</dc:date>
    <item>
      <title>printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290377#M10616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n/a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 00:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290377#M10616</guid>
      <dc:creator>mehdikarimibiuk</dc:creator>
      <dc:date>2014-01-08T00:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290378#M10617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mehdi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked your project. If you already have the &lt;STRONG&gt;ConsoleIO&lt;/STRONG&gt; component, then there is no need to add other UART components. You can find a well explained and detailed tutorial in the next link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/02/07/tutorial-printf-with-and-without-processor-expert/" title="http://mcuoneclipse.com/2013/02/07/tutorial-printf-with-and-without-processor-expert/"&gt;Tutorial: Printf() with (and without) Processor Expert | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That tutorial is for Freedom KL25 and using GCC tools, but procedure is the same for your K10 and Freescale build tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 01:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290378#M10617</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-01-08T01:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290379#M10618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mehdi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked again at your project and detected that you are missing some settings. You added a second &lt;STRONG&gt;Serial_LDD&lt;/STRONG&gt; component, but there is already one when you add the &lt;STRONG&gt;ConsoleIO&lt;/STRONG&gt; component. You just need to configure that one to your needs (UART0, PTB16, PTB17 and baud rate). This &lt;STRONG&gt;Serial_LDD&lt;/STRONG&gt; is hidden below the &lt;STRONG&gt;ConsoleIO&lt;/STRONG&gt; component. Check the next picture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Console.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42227i499EF72312DA37FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Console.png" alt="Console.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, all this is explained in the tutorial from the link. Let me know if you still have problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 05:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290379#M10618</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-01-08T05:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290380#M10619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n/a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 16:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290380#M10619</guid>
      <dc:creator>mehdikarimibiuk</dc:creator>
      <dc:date>2014-01-08T16:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290381#M10620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mehdi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those configurations are correct. I checked your schematics and the connections seem to be correct, although I have never used that RS-232 voltage transceiver. Please check with the datasheet, unless that connection has worked before, is that so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code seems ok to me, so another test would be to check your pin outputs with an oscilloscope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to run a debug session, or just flash the MCU with the Flash programmer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290381#M10620</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-01-08T18:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: printf in TeraTerm</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290382#M10621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n/a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 18:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/printf-in-TeraTerm/m-p/290382#M10621</guid>
      <dc:creator>mehdikarimibiuk</dc:creator>
      <dc:date>2014-01-08T18:24:35Z</dc:date>
    </item>
  </channel>
</rss>

