<?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中的主题 Command line utility for lpc-link2 to see debug prints on terminal</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695573#M159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using lpc-link2 to program and debug using Mcuxpresso IDE.&lt;/P&gt;&lt;P&gt;I want to know Command line utility for lpc-link2 to see debug prints on terminal.&lt;/P&gt;&lt;P&gt;Could anyone help me with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Sep 2017 12:13:21 GMT</pubDate>
    <dc:creator>subodhmankar</dc:creator>
    <dc:date>2017-09-06T12:13:21Z</dc:date>
    <item>
      <title>Command line utility for lpc-link2 to see debug prints on terminal</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695573#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using lpc-link2 to program and debug using Mcuxpresso IDE.&lt;/P&gt;&lt;P&gt;I want to know Command line utility for lpc-link2 to see debug prints on terminal.&lt;/P&gt;&lt;P&gt;Could anyone help me with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 12:13:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695573#M159</guid>
      <dc:creator>subodhmankar</dc:creator>
      <dc:date>2017-09-06T12:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Command line utility for lpc-link2 to see debug prints on terminal</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695574#M160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Subodh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us which MCU are you using? Are you using a evaluation board? If you are using the LPC-Link2 as debugger and want to catch the debug prints from the target MCU then you need to use semihosting,&amp;nbsp; please take a look to the following post for more information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334074"&gt;https://community.nxp.com/docs/DOC-334074&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:17:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695574#M160</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-09-11T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Command line utility for lpc-link2 to see debug prints on terminal</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695575#M161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;Thanks you for the link, I am using lpc54608 eval board....I can see debug outs using USB debug of eval board&amp;nbsp; but when I use lpc54608 on my test PCB I have to use lpc-link2 to flash and debug....&lt;/P&gt;&lt;P&gt;I don't want to use MCUXPRESSO IDE but willing to use command line utility.&lt;BR /&gt;When we &lt;EM&gt;&lt;STRONG&gt;flash code&lt;/STRONG&gt;&lt;/EM&gt; using IDE following command gets executed....&lt;BR /&gt;&lt;EM&gt;crt_emu_cm_redlink --flash-load-exec&amp;nbsp; "/path/to/axf/file/touch_try.axf" -g --debug 2&amp;nbsp; --vendor NXP -p LPC54608J512&amp;nbsp; -ProbeHandle=1 -CoreIndex=0 --reset vectreset&amp;nbsp; -x /home/xyz/Documents/MCUXpresso_10.0.0_344/lcd_projects/touch_try/Debug --flash-dir /home/xyz/mcuxpresso/.mcuxpressoide_packages_support/LPC54608J512_support/Flash &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same command from command-line(terminal) works for me for flashing firmware from lpc-link2 to my PCB having lpc54608.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like &lt;EM&gt;&lt;STRONG&gt;flash code&lt;/STRONG&gt; &lt;/EM&gt;command line utility what is the command-line utility for &lt;STRONG&gt;&lt;EM&gt;seeing debug outs from lpc-link2.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;When I put lpc54608 in debug mode and run code I can see debug on mcuxpresso ide console... instead of that how can I see debug output on terminal using lpc-link2?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 07:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Command-line-utility-for-lpc-link2-to-see-debug-prints-on/m-p/695575#M161</guid>
      <dc:creator>subodhmankar</dc:creator>
      <dc:date>2017-09-15T07:03:27Z</dc:date>
    </item>
  </channel>
</rss>

