<?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: tool to program and debug a custom board in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431616#M25045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SWO enables things like printf and variable watching, but I don't think it's the only way to get those features.&amp;nbsp; I am able to set watches just fine in my code without SWO, and if I really need printf, I enable semihosting and my console output appears in a dedicated window in KDS, which is nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 16:52:46 GMT</pubDate>
    <dc:creator>dave408</dc:creator>
    <dc:date>2015-06-08T16:52:46Z</dc:date>
    <item>
      <title>tool to program and debug a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431613#M25042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i want tool to program and debug a custom board with KDS, i want use kinetis K70 in custom board, and I would like that could also be used to to debug i.mx6 for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look for a tool like PIC ICD3 for example, but for Kinetis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: sorry for my english&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 12:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431613#M25042</guid>
      <dc:creator>peralesserrano</dc:creator>
      <dc:date>2015-06-05T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: tool to program and debug a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431614#M25043</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;In general, we recommend customer to use&lt;A href="http://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320137"&gt; P&amp;amp;E USB Multilink Universal&lt;/A&gt; tool or &lt;A href="https://www.segger.com/jlink_base.html"&gt;Segger&amp;nbsp; J-Link&lt;/A&gt; tool.&lt;/P&gt;&lt;P&gt;And for the cost consideration, it also could use Kinetis FROM board embedded OpenSDA debugger tool, such as &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL05Z"&gt;FRDM-KL05Z&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 00:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431614#M25043</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-06-08T00:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: tool to program and debug a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431615#M25044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Segger says that does not implement SWO for KDS IDE, this is important?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431615#M25044</guid>
      <dc:creator>peralesserrano</dc:creator>
      <dc:date>2015-06-08T16:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: tool to program and debug a custom board</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431616#M25045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SWO enables things like printf and variable watching, but I don't think it's the only way to get those features.&amp;nbsp; I am able to set watches just fine in my code without SWO, and if I really need printf, I enable semihosting and my console output appears in a dedicated window in KDS, which is nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/tool-to-program-and-debug-a-custom-board/m-p/431616#M25045</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-08T16:52:46Z</dc:date>
    </item>
  </channel>
</rss>

