<?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: Viewing output of printf in Kinetis Design Studio's Console in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531142#M5513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your recommendation using Segger RTT. It finally works for me with the telnet client.&lt;/P&gt;&lt;P&gt;However, I had to exclude the file "SEGGER_RTT_Syscalls_GCC.c" out of build otherwise the KDS builder gave me error. Don't know what I'd be missing out without that file. But so far it's been working with 2 commands I use the most (&lt;SPAN style="color: #373737; background-color: #ffffff;"&gt;SEGGER_RTT_WriteString,&amp;nbsp;&lt;SPAN&gt;SEGGER_RTT_printf).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your valuable contribution to the community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Dec 2016 16:39:08 GMT</pubDate>
    <dc:creator>danieltruong</dc:creator>
    <dc:date>2016-12-17T16:39:08Z</dc:date>
    <item>
      <title>Viewing output of printf in Kinetis Design Studio's Console</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531138#M5509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Windows version 3.2.0 of Kinetis Design Studio with SDK2.0 and I want to be able to send my debug printf's to the IDE's console not the UART's. When I create a project, it always seems to assume the user wants to use the UART as output and I have not figured out how to change that. Is there a way to send my prints to the IDE's console window? I am using the KL82z dev kit. I tried commenting out the call to the debug console init, but that only stops my printf's showing in the UART terminal.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 14:35:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531138#M5509</guid>
      <dc:creator>pedrovalladares</dc:creator>
      <dc:date>2016-08-16T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing output of printf in Kinetis Design Studio's Console</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531139#M5510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, refer to &lt;A href="https://community.nxp.com/docs/DOC-104349"&gt;How to use printf() to print string to Console and UART in KDS2.0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 11:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531139#M5510</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-08-17T11:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing output of printf in Kinetis Design Studio's Console</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531140#M5511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;I'm just wondering whether or not you have found the solution. If you have, could you please kindly share it to me? I'm currently having same problem. I'm using FRDM-KL26Z4 board connected to a 3rd-party debug probe (Segger J-Link) via SWD. I choose not to use the default USB-OpenSDA via UART0 on this development board, because my eventual target board does not have this connection and I want to build a generic method of printing debug messages that apply to both the&amp;nbsp;&lt;SPAN&gt;FRDM-KL26Z4 board and my target board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW, I followed the app note "How to use printf() to print string to Console and UART in KDS2.0" but could never make it to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 19:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531140#M5511</guid>
      <dc:creator>danieltruong</dc:creator>
      <dc:date>2016-12-07T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing output of printf in Kinetis Design Studio's Console</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531141#M5512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;semihosting (printing through interrupts and the debug connection) is different depending on which SDK version you are using. I assume you are using the SDK V2, then have a look how I managed it to get it working: &lt;A class="link-titled" href="https://mcuoneclipse.com/2016/08/06/semihosting-again-with-nxp-kinetis-sdk-v2-0/" title="https://mcuoneclipse.com/2016/08/06/semihosting-again-with-nxp-kinetis-sdk-v2-0/"&gt;Semihosting (again!) with NXP Kinetis SDK V2.0 | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using a Segger probe, I recommend to use the Segger RTT instead: it is much faster, much less intrusive and it simply works with and without the SDK: &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/" title="https://mcuoneclipse.com/2015/07/07/using-segger-real-time-terminal-rtt-with-eclipse/"&gt;Using Segger Real Time Terminal (RTT) with Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use either the Segger viewer, or any telnet client.&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>Thu, 08 Dec 2016 07:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531141#M5512</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-12-08T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing output of printf in Kinetis Design Studio's Console</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531142#M5513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your recommendation using Segger RTT. It finally works for me with the telnet client.&lt;/P&gt;&lt;P&gt;However, I had to exclude the file "SEGGER_RTT_Syscalls_GCC.c" out of build otherwise the KDS builder gave me error. Don't know what I'd be missing out without that file. But so far it's been working with 2 commands I use the most (&lt;SPAN style="color: #373737; background-color: #ffffff;"&gt;SEGGER_RTT_WriteString,&amp;nbsp;&lt;SPAN&gt;SEGGER_RTT_printf).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your valuable contribution to the community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 16:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Viewing-output-of-printf-in-Kinetis-Design-Studio-s-Console/m-p/531142#M5513</guid>
      <dc:creator>danieltruong</dc:creator>
      <dc:date>2016-12-17T16:39:08Z</dc:date>
    </item>
  </channel>
</rss>

