<?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 IDEのトピックRe: Problem with SWO on MIMXRT1064-EVK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1195857#M6455</link>
    <description>&lt;P&gt;BTW: I now have SWO debug running on an MIMXRT1060-EVK. I'm not sure there aren't other issues on the MIMXRT1064-EVK I was originally using.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 02:23:48 GMT</pubDate>
    <dc:creator>mark_callaghan</dc:creator>
    <dc:date>2020-12-09T02:23:48Z</dc:date>
    <item>
      <title>Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181281#M6350</link>
      <description>&lt;P&gt;I am looking for help to get successful SWO support on my MIMXRT1064-EVK, using the eval board debug probe in LPC-Link2 mode as described in&lt;BR /&gt;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/MCUXpresso-Community-Articles/Overview-of-using-the-MIMXRT1060-4-EVK-with-MCUXpresso-IDE/ba-p/1131044?attachment-id=75377" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-Community-Articles/Overview-of-using-the-MIMXRT1060-4-EVK-with-MCUXpresso-IDE/ba-p/1131044?attachment-id=75377&lt;/A&gt; . I have not updated the LinkServer flash driver, on the assumption that my 2.8.5 SDK would be later/better. (And I have no problems in DAPLink mode)&lt;BR /&gt;&lt;BR /&gt;When starting the debug session, The flash loads ok, but I get various subsequent errors, and perhaps the most indicative:&lt;/P&gt;&lt;BLOCKQUOTE&gt;flash - system reset failed - Ee(20). No response from Line reset - target may be unpowered.&lt;BR /&gt;Target error from Commit Flash write: Ee(20). No response from Line reset - target may be unpowered.&lt;/BLOCKQUOTE&gt;&lt;P&gt;I do not get such errors when debugging in DAPLink mode. But I need some form of instruction trace for my project.&lt;BR /&gt;&lt;BR /&gt;I have also looked at &lt;A href="https://community.nxp.com/t5/MCUXpresso-Community-Articles/Overview-of-using-the-MIMXRT1060-4-EVK-with-MCUXpresso-IDE/ba-p/1131044" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-Community-Articles/Overview-of-using-the-MIMXRT1060-4-EVK-with-MCUXpresso-IDE/ba-p/1131044&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I am using MCUXpresso 11.2.1 and SDK 2.8.5.&lt;/P&gt;&lt;P&gt;I have captured the output from "Debug Messages" and "RedlinkServer" consoles (attached)&amp;nbsp; if that might help.&lt;/P&gt;&lt;P&gt;Can you give me some pointers to get SWO working? or another instruction trace? I also have an ACP MultiLink, but I'm not sure which jumpers to remove on the MIMXRT1064-EVK in order to support an external debugger.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 07:22:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181281#M6350</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-11T07:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181305#M6351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/134793"&gt;@mark_callaghan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I got it working (see&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2019/06/03/swo-with-nxp-i-mx-rt1064-evk-board/" target="_blank"&gt;https://mcuoneclipse.com/2019/06/03/swo-with-nxp-i-mx-rt1064-evk-board/&lt;/A&gt;) but this was an older board and older SDK. Have not tried it with the latest SDK yet. The latest SDK should not need the changes described in this article.&lt;/P&gt;&lt;P&gt;Maybe this his helpful,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 07:48:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181305#M6351</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-11T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181336#M6353</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Thanks for the pointer. I saw your article. I haven't tried another project yet. I have brought my project a fair way long using CMSIS-DAP mode, so project comparisons get a little messy. I think I have my pins &amp;amp; clock set appropriately. I have just tried an external probe - the PEmicro Multillink ACP, but MCUXpresso doesn't seem to find the probe. I'd like to try an external NXP LPC-Link2, but I don't have a 0.05" 10 pin to 0.1" 20 pin adaptor. Any idea where I might purchase such?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I note from my debug startup the RedllinkServer console output&lt;/P&gt;&lt;BLOCKQUOTE&gt;HasSWV = FALSE&lt;/BLOCKQUOTE&gt;&lt;P&gt;But my "evkrt64_noisyguts LinkServer Release.launch" has&lt;/P&gt;&lt;BLOCKQUOTE&gt;&amp;lt;booleanAttribute key="internal.has_swo" value="true"/&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;BTW, I enjoyed your notes on FreeRTOS task cpu usage.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181336#M6353</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-11T08:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181342#M6354</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;I hope I can find my board and time to try with the latest SDK.&lt;/P&gt;&lt;P&gt;As for the adapter: I have found that one very useful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.adafruit.com/product/2094" target="_blank"&gt;https://www.adafruit.com/product/2094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 08:28:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181342#M6354</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-11T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181415#M6355</link>
      <description>&lt;P&gt;I have moved a little, by using an external LPC-Link 2. It seems to run - but the change has broken my application console. And I get some "target reported errors" such as&lt;/P&gt;&lt;P&gt;&amp;nbsp; 19: Could not stop execution from running&lt;/P&gt;&lt;P&gt;&amp;nbsp; Wire ACK Fault in DAP access&lt;/P&gt;&lt;P&gt;So it's interesting that the external probe works (better) on the same build/config. I wonder if my eval board probe needs a sw update.&lt;/P&gt;&lt;P&gt;Some things to look at tomorrow.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181415#M6355</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-11T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181441#M6356</link>
      <description>&lt;P&gt;If using an external debug probe, I recommend removing J48 and J47.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2018/12/28/first-steps-with-the-nxp-i-mx-rt1064-evk-board/" target="_blank"&gt;https://mcuoneclipse.com/2018/12/28/first-steps-with-the-nxp-i-mx-rt1064-evk-board/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can 'work' sometimes without, but removing the jumpers is a good thing to do.&lt;/P&gt;&lt;P&gt;Additionally: I recommend to power the board from the barrel connector and not with the USB cable.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:41:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181441#M6356</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-11T10:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181660#M6358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/134793"&gt;@mark_callaghan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ok I have tried it with the IDE 11.2.1 with my two SWO projects I have on Github (&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/i.MX%20RT1064_EVK" target="_blank" rel="noopener"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/i.MX%20RT1064_EVK&lt;/A&gt; , attached here as well), and I can report the following:&lt;/P&gt;&lt;P&gt;- using an external J-Link Plus, it works without issues for both projects&lt;/P&gt;&lt;P&gt;- using an external LPC-Link2 it works most of the time, the other time it reports similar errors as for you. If it causes the problem, I usually get it working again with a repower of the board and the LPC-Link2. it seemed to work better with a shorter SWD cable (the J-Link worked fine with a 18 cm flat cable)&lt;/P&gt;&lt;P&gt;I did not use the on-board debug probe much in the past: I mostly have used the external J-Link.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 19:24:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181660#M6358</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-11T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181887#M6359</link>
      <description>&lt;P&gt;Yes, I had J47 &amp;amp; J48 removed, and power via barrel connector. I have a 100mm cable from the 0.05" pitch LPC-Link2 JTAG/SWD connector to an adapter board onto the 20 pin 0.1" JTAG connector on the MIMXRT1064-EVK. No joy. I'll try your project(s).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 02:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181887#M6359</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-12T02:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181945#M6360</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; , thanks for the demo projects. I tried your "MIMXRT1064_SWO_SDK2.6.1" and didn't get as far as my own project:&lt;/P&gt;&lt;P&gt;Unable to connect wire for probe index 1.&lt;BR /&gt;Error: Wire Ack Fault - target connected?&lt;/P&gt;&lt;P&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.checkServerReply(RedlinkServerClient.java:214)&lt;/P&gt;&lt;P&gt;&amp;gt;snip&lt;/P&gt;&lt;P&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.override.LSFinalLaunchSequence$TargetDiscoveryJob.run(LSFinalLaunchSequence.java:110)&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;02: Failed on connect&lt;BR /&gt;02: Failed on connect&lt;BR /&gt;Could not connect to core.&lt;BR /&gt;31: No connection to chip's debug port&lt;BR /&gt;Debugging context: MIMXRT1064_SWO_SDK2.6.1 LinkServer Debug&lt;/P&gt;&lt;P&gt;I'm wondering about my adapter board (an old Atmel cortex thing).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 03:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1181945#M6360</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-12T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1182117#M6361</link>
      <description>&lt;P&gt;I have now tried a "fresh from the box" MIMXRT1060-EVK, MCUXpresso 11.2.1, SDK 2.8.5, example project "evkmimxrt1060_lwip_httpsrv_freertos"&lt;/P&gt;&lt;P&gt;on-board probe in CMSIS-DAP mode works&lt;/P&gt;&lt;P&gt;on-board probe in LPC-Link2 fails (J42 fitted)&lt;/P&gt;&lt;P&gt;external LPC-Link2 fails (externally powered, J47,48,49 removed)&lt;/P&gt;&lt;P&gt;external PEMicro Multilink ACP works (I am yet to try SWO)&lt;/P&gt;&lt;P&gt;Perhaps someone from NXP support could look into the issue with LPC-Link2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 08:12:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1182117#M6361</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-11-12T08:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1195187#M6453</link>
      <description>&lt;P&gt;Aha! (I have been on leave - hence the quiet time).&lt;/P&gt;&lt;P&gt;The example code, and my code, change the clock speed. So detecting and setting the clock speed in "SWO Trace Config" at the first breakpoint in main gives 528MHz. Soon thereafter, BOARD_BootClockRUN() changes the clock to 600MHz.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This does not explain all my issues (some of which were probably fixed in my many attempts with fresh IDE, SDK, and project configs), but it certainly was a problem. And I can now debug with the MIMXRT1060-EVK on-board probe in LPC-Link2 mode.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 06:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1195187#M6453</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-12-08T06:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1195857#M6455</link>
      <description>&lt;P&gt;BTW: I now have SWO debug running on an MIMXRT1060-EVK. I'm not sure there aren't other issues on the MIMXRT1064-EVK I was originally using.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 02:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1195857#M6455</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-12-09T02:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SWO on MIMXRT1064-EVK</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1197039#M6458</link>
      <description>&lt;P&gt;It seems my problem was temporarily solved. After a few successful debug runs, again I had&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;flash - system reset failed - Ee(20). No response from Line reset - target may be unpowered.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Setting "Reset handling" to "VECTRESET" in the LinkServer Debugger launch config seems to have got me going.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 02:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Problem-with-SWO-on-MIMXRT1064-EVK/m-p/1197039#M6458</guid>
      <dc:creator>mark_callaghan</dc:creator>
      <dc:date>2020-12-10T02:50:31Z</dc:date>
    </item>
  </channel>
</rss>

