<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PPK: Failed to write input to target</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87174/ppk-failed-to-write-input-to-target</link><description>I bought a PPK (not the PPK2) a while ago, and it&amp;#39;s been working fine. However, recently it stopped working. I&amp;#39;m using a JLink EDU mini, and the power profiler app in nrfconnect can flash the firmware to the PPK, but shows that it can&amp;#39;t start the PPK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Apr 2022 12:20:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87174/ppk-failed-to-write-input-to-target" /><item><title>RE: PPK: Failed to write input to target</title><link>https://devzone.nordicsemi.com/thread/364712?ContentTypeID=1</link><pubDate>Mon, 25 Apr 2022 12:20:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95a0b661-f582-44e8-b4a5-dfc019193edb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What version of the SEGGER software are you running exactly? We&amp;#39;re looking into this, but are not able to find the correct version to make sense of this error message.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK: Failed to write input to target</title><link>https://devzone.nordicsemi.com/thread/364319?ContentTypeID=1</link><pubDate>Thu, 21 Apr 2022 18:25:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3aa2d8d4-54ca-47e4-a97f-c94170441f64</guid><dc:creator>crides</dc:creator><description>&lt;p&gt;I tried to erase and let the power profiler reflash, same result. I don&amp;#39;t think I can use `nrfjprog` for writing to the RTT console. When I modified the app to print out the error, I get:&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:36.980&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;Initializing the PPK&lt;/div&gt;
&lt;/div&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:36.981&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;SEGGER serial number: 000801030890&lt;/div&gt;
&lt;/div&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:36.981&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;SEGGER version: J-Link EDU Mini V1 compiled Mar 3 2022 10:17:12&lt;/div&gt;
&lt;/div&gt;
&lt;div class="core19-log-entry core19-log-level-error"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:38.693&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;Failed to start PPK&lt;/div&gt;
&lt;/div&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:38.693&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;Unhandled error. (&amp;#39;PPK command failed: {&amp;quot;error_code&amp;quot;:9,&amp;quot;message&amp;quot;:&amp;quot;JLINKARM_DLL_ERROR&amp;quot;,&amp;quot;origin&amp;quot;:&amp;quot;Error when running nrfdl_rtt_write&amp;quot;}&amp;#39;)&lt;/div&gt;
&lt;/div&gt;
&lt;div class="core19-log-entry core19-log-level-info"&gt;
&lt;div class="core19-log-cell core19-log-time"&gt;13:22:38.834&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;PPK opened&lt;/div&gt;
&lt;div class="core19-log-cell"&gt;```&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK: Failed to write input to target</title><link>https://devzone.nordicsemi.com/thread/364235?ContentTypeID=1</link><pubDate>Thu, 21 Apr 2022 13:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80ce03ba-5a8c-4378-95ae-756bc0f8a673</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you try using the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download"&gt;nRF command line tools&lt;/a&gt; to do a recovery or a full erase of the PPK. Then you should get prompted to flash the Power Profiler firmware the next time you open the device in the Pwoer Profiler app.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nrfjprog --recover&lt;/strong&gt; or &lt;strong&gt;nrfjprog --eraseall&lt;/strong&gt; should do the trick. If you have issues, try doing the nrfjprog commands with a --log at the end and upload the log here, and I&amp;#39;ll take a look.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>