<?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: Kinetis KL05 SWD Connectivity Problems</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL05-SWD-Connectivity-Problems/m-p/384296#M20596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything appears to be correctly set up. The only thing that looks extrange is the 51k Pull Up on SWD_DIO. See, according with the Reference Manual chapter 9.2 the SWD_DIO has an internal Pull up and the SWD_CLK has an internal pull down. I reccomend you to check how these wires are placed in the FRDM-KL05Z board (&lt;A href="http://cache.freescale.com/files/soft_dev_tools/hardware_tools/schematics/FRDM-KL05Z_SCH.pdf?fpsp=1"&gt;FRDM-KL05Z Schematic&lt;/A&gt;). As you can see they are connected directly with no other external component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for a quick test, I reccomend you to usethe J-Link Commander available on your SEGGER instalation path. Connect the J-Link to the board and power on the system. Then open the J-Link commander. If everything is correct you will see that the J-Link commander shows the processor you are trying to access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Jlink_Commander.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48813i48E948E53B94F79C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Jlink_Commander.png" alt="Jlink_Commander.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago Lopez -- Connectivity and IoT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2015 23:19:53 GMT</pubDate>
    <dc:creator>santiago_lopez</dc:creator>
    <dc:date>2015-01-05T23:19:53Z</dc:date>
    <item>
      <title>Kinetis KL05 SWD Connectivity Problems</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL05-SWD-Connectivity-Problems/m-p/384295#M20595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have first hardware boards and simply can not communicate with it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keil MDK version 5.12&lt;/P&gt;&lt;P&gt;Seggar J-Link v8.0&lt;/P&gt;&lt;P&gt;Seggar driver v4.86b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Link &lt;/P&gt;&lt;P&gt;20 pin header&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KL05 32-pin QFN (FM)&lt;/P&gt;&lt;P&gt;----------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------&lt;/P&gt;&lt;P&gt;1 (Vcc)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; board Vcc&lt;/P&gt;&lt;P&gt;7 (SWD_DIO)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32 (PTA2/SWD_DIO) with a 51k pullup&lt;/P&gt;&lt;P&gt;9 (SWD_CLK)&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 (PTA0/SWD_CLK)&lt;/P&gt;&lt;P&gt;15(Reset)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 31 (PTA1/ /RESET)&amp;nbsp; with a 4.7k pullup&lt;/P&gt;&lt;P&gt;20(GND)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; board GND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can see SWD clock and data transitioning cleanly.&amp;nbsp; The reset line has an odd sawtooth waveform on it (see attached photo), but we are being told this is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached a screen shot of the Keil debug settings.&amp;nbsp;&amp;nbsp; We can't find any documentation that these are the correct "Connect and Reset Options".&amp;nbsp;&amp;nbsp; Can someone confirm that this is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confirm it wasn't an issue with the development environment and tools, we connected to a different non-Kinetis ARM board &lt;/P&gt;&lt;P&gt;and had no issues communicating to the device via SWD.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also attempted to connect to the KL05 board using IAR Embedded Workbench 7.30.&amp;nbsp; Same result.&amp;nbsp; We could not communicate with the KL05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ensure it wasn't an issue of the latest tools being needed, we used a different computer to install the latest Keil (5.13) and Seggar drivers (4.96).&amp;nbsp; Same result.&amp;nbsp; We could not communicate with the KL05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else seen this issue with the Kinetis KL05?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Keil Debug Settings.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48847i379E391C92645E89/image-size/large?v=v2&amp;amp;px=999" role="button" title="Keil Debug Settings.jpg" alt="Keil Debug Settings.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KL05 Reset Line Scope Shot.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48848i3B21B1B4C658FC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="KL05 Reset Line Scope Shot.jpg" alt="KL05 Reset Line Scope Shot.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2015 21:36:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL05-SWD-Connectivity-Problems/m-p/384295#M20595</guid>
      <dc:creator>bryano</dc:creator>
      <dc:date>2015-01-03T21:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL05 SWD Connectivity Problems</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL05-SWD-Connectivity-Problems/m-p/384296#M20596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything appears to be correctly set up. The only thing that looks extrange is the 51k Pull Up on SWD_DIO. See, according with the Reference Manual chapter 9.2 the SWD_DIO has an internal Pull up and the SWD_CLK has an internal pull down. I reccomend you to check how these wires are placed in the FRDM-KL05Z board (&lt;A href="http://cache.freescale.com/files/soft_dev_tools/hardware_tools/schematics/FRDM-KL05Z_SCH.pdf?fpsp=1"&gt;FRDM-KL05Z Schematic&lt;/A&gt;). As you can see they are connected directly with no other external component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for a quick test, I reccomend you to usethe J-Link Commander available on your SEGGER instalation path. Connect the J-Link to the board and power on the system. Then open the J-Link commander. If everything is correct you will see that the J-Link commander shows the processor you are trying to access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Jlink_Commander.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48813i48E948E53B94F79C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Jlink_Commander.png" alt="Jlink_Commander.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago Lopez -- Connectivity and IoT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 23:19:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL05-SWD-Connectivity-Problems/m-p/384296#M20596</guid>
      <dc:creator>santiago_lopez</dc:creator>
      <dc:date>2015-01-05T23:19:53Z</dc:date>
    </item>
  </channel>
</rss>

