<?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: Cannot connect to LinkServer in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098498#M6071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petersteinberg"&gt;petersteinberg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which board/debugger are you using? This happens also with other debuggers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2020 17:37:32 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-04-22T17:37:32Z</dc:date>
    <item>
      <title>Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098497#M6070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MCUXpressoIDE 11.1.1_3241 under Windows 10, 64-bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Often after waking up the PC from sleep / low power mode I cannot connect to my debugging probe (CMSIS-DAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It takes a while before it fails with a SocketException error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Connection reset&lt;BR /&gt;&lt;BR /&gt;Connection reset&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at java.net.SocketInputStream.read(SocketInputStream.java:210)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at java.net.SocketInputStream.read(SocketInputStream.java:141)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.nio.cs.StreamDecoder.read0(StreamDecoder.java:127)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:112)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at java.io.InputStreamReader.read(InputStreamReader.java:168)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.receive(RedlinkServerClient.java:928)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1031)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1016)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1003)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.probeList(RedlinkServerClient.java:913)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.common.RedlinkServerEmuHandler.discoverEmulators(RedlinkServerEmuHandler.java:197)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.win.AbstractWinServerProbe.discoverEmulators(AbstractWinServerProbe.java:72)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.EmulatorsDB.getEmus(EmulatorsDB.java:255)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.EmulatorsDB.getEmulatorInfo(EmulatorsDB.java:195)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.EmulatorsDB.getAvailableEmulators(EmulatorsDB.java:127)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.probeDiscovery(TargetDiscovery.java:553)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.probeDiscovery(TargetDiscovery.java:504)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.getEmulatorInfo(LaunchScriptUtils.java:247)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.init(LaunchScriptUtils.java:488)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:156)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:143)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.services.TargetDiscoveryService.getTargetDiscovery(TargetDiscoveryService.java:138)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at com.nxp.mcuxpresso.core.debug.support.linkserver.override.LSFinalLaunchSequence$TargetDiscoveryJob.run(LSFinalLaunchSequence.java:110)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I seem to be able to get it running again is by uninstalling MCUXpresso and the related drivers and then reinstalling everything again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 15:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098497#M6070</guid>
      <dc:creator>petersteinberg</dc:creator>
      <dc:date>2020-04-15T15:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098498#M6071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petersteinberg"&gt;petersteinberg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which board/debugger are you using? This happens also with other debuggers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 17:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098498#M6071</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-22T17:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098499#M6072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens with the various Kinetis Freedom boards I have configured as emulators, both FRDM-KL27 and FRDM-K22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The boards properly show up in Windows as&lt;/P&gt;&lt;P&gt;WebUSB: CMSIS-DAP&lt;/P&gt;&lt;P&gt;USB Serial Device (COMx)&lt;/P&gt;&lt;P&gt;MBED VFS USB Device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The details.txt file shows:&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;DAPLink Firmware - see &lt;A href="https://mbed.com/daplink" target="test_blank"&gt;https://mbed.com/daplink&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Unique ID: 0231000030514e45001920067d7e00291f91000097969900&lt;/P&gt;&lt;P&gt;HIC ID: 97969900&lt;/P&gt;&lt;P&gt;Auto Reset: 0&lt;/P&gt;&lt;P&gt;Automation allowed: 0&lt;/P&gt;&lt;P&gt;Overflow detection: 0&lt;/P&gt;&lt;P&gt;Daplink Mode: Interface&lt;/P&gt;&lt;P&gt;Interface Version: 0253&lt;/P&gt;&lt;P&gt;Bootloader Version: 0244&lt;/P&gt;&lt;P&gt;Git SHA: 64359f5c786363065a41ec15c348e3d53568da03&lt;/P&gt;&lt;P&gt;Local Mods: 0&lt;/P&gt;&lt;P&gt;USB Interfaces: MSD, CDC, HID, WebUSB&lt;/P&gt;&lt;P&gt;Bootloader CRC: 0xbd0abee1&lt;/P&gt;&lt;P&gt;Interface CRC: 0x9027c7dd&lt;/P&gt;&lt;P&gt;Remount count: 0&lt;/P&gt;&lt;P&gt;URL: &lt;A href="https://mbed.org/device/?code=@U?version=@V?target_id=@T" target="test_blank"&gt;https://mbed.org/device/?code=@U?version=@V?target_id=@T&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old PE Multilink Universal device that I have works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Freedom boards worked properly previously on this PC; they appear to have just ceased to connect overnight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 17:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098499#M6072</guid>
      <dc:creator>petersteinberg</dc:creator>
      <dc:date>2020-04-22T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098500#M6073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petersteinberg"&gt;petersteinberg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried updating the firmware bootloader? Sometimes the bootloader get corrupted and is not possible to flash the MCU anymore. Here´s the link to download the OpenSDA:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/microcontrollers-developer-resources/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:OPENSDA" title="https://www.nxp.com/design/microcontrollers-developer-resources/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:OPENSDA"&gt;OpenSDA Serial and Debug Adapter | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 16:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098500#M6073</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-23T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098501#M6074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried that on a couple of Freedom boards and all it’s done is brick them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ve been unable to reflash the bootloader with the PE Multilink pod but it appears unable to reflash the bootloader on the K20.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 16:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098501#M6074</guid>
      <dc:creator>petersteinberg</dc:creator>
      <dc:date>2020-04-23T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098502#M6075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I flashed a KL27 freedom board with the Segger image (14_OpenSDA_FRDM-KL27Z.bin) and it connected and programmed the devices properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then flashed the same board with the MBED image (0253_k20dx_frdmkl27z_0x8000.bin) and it could not connect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 20:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098502#M6075</guid>
      <dc:creator>petersteinberg</dc:creator>
      <dc:date>2020-04-29T20:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098503#M6076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petersteinberg"&gt;petersteinberg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the link from my previous message is the OpenSDA firmware we recommend, in the case you want to use the MBED firmware I will suggest to contact them if this doesn't work in your board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 15:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098503#M6076</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-30T15:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098504#M6077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reflashed the board with that OpenSDA file (k20dx_frdmkl27z_if_crc.bin) and still get the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same behavior on a Freedom K22 board.&lt;/P&gt;&lt;P&gt;The Segger image (01_OpenSDA_FRDM-K22F.bin) works.&lt;/P&gt;&lt;P&gt;The NXP image from that link (k20dx_frdmk22f_if_crc_legacy_0x8000.bin) does not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098504#M6077</guid>
      <dc:creator>petersteinberg</dc:creator>
      <dc:date>2020-04-30T16:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to LinkServer</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098505#M6078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petersteinberg"&gt;petersteinberg&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like that in the new MCUXpresso there's a problem with the PE OpenSDA firmware, this issue is already reported so meanwhile please use the Segger firmware. I will let you know if there's a workaround for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience this may cause you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 17:47:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Cannot-connect-to-LinkServer/m-p/1098505#M6078</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-04T17:47:51Z</dc:date>
    </item>
  </channel>
</rss>

