<?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>MCUXpresso GeneralのトピックRe: Problem debugging on J-Link with MCUXpresso</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1391937#M4467</link>
    <description>&lt;P&gt;Thank you so much for your help. I set it to 15 seconds and debugging works currently in Ubuntu on Virtualbox.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Dec 2021 05:35:53 GMT</pubDate>
    <dc:creator>hamedelahi</dc:creator>
    <dc:date>2021-12-26T05:35:53Z</dc:date>
    <item>
      <title>Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331181#M4318</link>
      <description>&lt;P&gt;I am trying to debug on a target in MCUXpresso v11.4.0 using a Segger J-Link Plus. My host is a Debian VM. I am able to flash the target, so it appears the probe and target are working properly. However, when I try to open a debug session, I get an error box:&lt;/P&gt;&lt;PRE&gt;Error in final launch sequence:&lt;BR /&gt;&lt;BR /&gt;Failed to execute MI command:&lt;BR /&gt;-target-select remote localhost:2331&lt;BR /&gt;&lt;BR /&gt;Error message from debugger back end:&lt;BR /&gt;Remote replied unexpectedly to 'vMustReplyEmpty': PacketSize=4000;qXfer:memory-map:read-;QStartNoAckMode+;hwbreak+;qXfer:features:read+&lt;BR /&gt;Failed to execute MI command:&lt;BR /&gt;-target-select remote localhost:2331&lt;BR /&gt;&lt;BR /&gt;Error message from debugger back end:&lt;BR /&gt;Remote replied unexpectedly to 'vMustReplyEmpty': PacketSize=4000;qXfer:memory-map:read-;QStartNoAckMode+;hwbreak+;qXfer:features:read+&lt;BR /&gt;Remote replied unexpectedly to 'vMustReplyEmpty': PacketSize=4000;qXfer:memory-map:read-;QStartNoAckMode+;hwbreak+;qXfer:features:read+&lt;/PRE&gt;&lt;P&gt;The target CPU is LPC55S69.&lt;/P&gt;&lt;P&gt;Can anyone give me a hint how to solve this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Mark-&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 19:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331181#M4318</guid>
      <dc:creator>ortonmc2</dc:creator>
      <dc:date>2021-08-27T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331204#M4319</link>
      <description>&lt;P&gt;Looks like something is blocking local network access. As you are running in a VM, check the network stack is running, or how it is being routed by the VM host. Also make sure there is no firewall preventing access.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331204#M4319</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-08-27T20:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331205#M4320</link>
      <description>&lt;P&gt;The J-Link is connected over USB, so network access doesn't enter into it.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:42:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331205#M4320</guid>
      <dc:creator>ortonmc2</dc:creator>
      <dc:date>2021-08-27T20:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331208#M4321</link>
      <description>&lt;P&gt;You have misconfigured something then, because the debugger is trying to connect over a network. This is the meaning of “remote localhost:2331” (connect to tcp port 2331 on the localhost)&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:51:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331208#M4321</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-08-27T20:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331209#M4322</link>
      <description>&lt;P&gt;I found the problem. Apparently the default GDB timeout is too short for my probe/target, and GDB was timing out. I increased the timeout and now I can connect.&lt;/P&gt;&lt;P&gt;For anyone else who has this problem, the GDB setting is Window-&amp;gt;Preferences-&amp;gt;C/C++-&amp;gt;Debug-&amp;gt;GDB-&amp;gt;Remote timeout.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 20:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1331209#M4322</guid>
      <dc:creator>ortonmc2</dc:creator>
      <dc:date>2021-08-27T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem debugging on J-Link with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1391937#M4467</link>
      <description>&lt;P&gt;Thank you so much for your help. I set it to 15 seconds and debugging works currently in Ubuntu on Virtualbox.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 05:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Problem-debugging-on-J-Link-with-MCUXpresso/m-p/1391937#M4467</guid>
      <dc:creator>hamedelahi</dc:creator>
      <dc:date>2021-12-26T05:35:53Z</dc:date>
    </item>
  </channel>
</rss>

