<?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: MCUXpresso Debugger Console with LPC-Link2 (LPC4370) in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829146#M3133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have just gone through the process as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Imported the projects "lpc_board_nxp_lpclink2_4370", "lpc_chip_43xx" and "periph_blinky" from the LPCOpen package provided inside the IDE's Examples subdirectory (lpcopen_2_12_lpcxpresso_nxp_lpclink2_4370_g.zip).&lt;/LI&gt;&lt;LI&gt;Modifed systick.c inside the "periph_blinky" project to add a "hello world" printf call after the call to Board_Init()&lt;/LI&gt;&lt;LI&gt;Used the Quick Settings menu on the Quickstart Panel to change the "periph_blinky" to use the &lt;EM&gt;Redlib (semihost-mb-nf)&lt;/EM&gt; library.&lt;/LI&gt;&lt;LI&gt;In the &lt;SPAN&gt;"lpc_board_nxp_lpclink2_4370" project, I then modified board.c to simply comment out the include of retarget.h (which is sufficient to stop the redirecting of printf output to the UART).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then after doing a full clean build of the projects, I get semihosted printf output when debugging "periph_blinky"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 09:11:09 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2018-07-23T09:11:09Z</dc:date>
    <item>
      <title>MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829141#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two LPC-Link2 boards; one as the debugger and one as the target.&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v10.2.0 [Build 759] [2018-05-15] .&lt;/P&gt;&lt;P&gt;Thanks to the NXP community I now have Fast GPIO (100MHz) and HSADC (80Msps).&lt;/P&gt;&lt;P&gt;I now also have a massive array full of data which I want to output to a format I can use to evaluate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As yet I've not managed to get data output to the Debug Console and need some help getting it running.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went back a step and started with the periph_systick example.&lt;/P&gt;&lt;P&gt;Set the library as Redlib semihost (in Settings-&amp;gt;MCU Linker-&amp;gt;Managed Linker Script)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="debug.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65898iF9BE3D1BF9EFB1B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="debug.png" alt="debug.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Added the following to the code and run.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;DEBUGINIT();&lt;BR /&gt;&amp;nbsp;DEBUGOUT("talk\r\n");&lt;BR /&gt;&amp;nbsp;printf("talk\r\n");&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Debugger Console output has some information regarding the status of the debug but none of the 'user' output data.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV&gt;GNU gdb (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 8.0.50.20171128-git&lt;BR /&gt;Copyright (C) 2017 Free Software Foundation, Inc.&lt;BR /&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;A href="http://gnu.org/licenses/gpl.html"&gt;http://gnu.org/licenses/gpl.html&lt;/A&gt;&amp;gt;&lt;BR /&gt;This is free software: you are free to change and redistribute it.&lt;BR /&gt;There is NO WARRANTY, to the extent permitted by law.&amp;nbsp; Type "show copying"&lt;BR /&gt;and "show warranty" for details.&lt;BR /&gt;This GDB was configured as "--host=i686-w64-mingw32 --target=arm-none-eabi".&lt;BR /&gt;Type "show configuration" for configuration details.&lt;BR /&gt;For bug reporting instructions, please see:&lt;BR /&gt;&amp;lt;&lt;A href="http://www.gnu.org/software/gdb/bugs/"&gt;http://www.gnu.org/software/gdb/bugs/&lt;/A&gt;&amp;gt;.&lt;BR /&gt;Find the GDB manual and other documentation resources online at:&lt;BR /&gt;&amp;lt;&lt;A href="http://www.gnu.org/software/gdb/documentation/"&gt;http://www.gnu.org/software/gdb/documentation/&lt;/A&gt;&amp;gt;.&lt;BR /&gt;For help, type "help".&lt;BR /&gt;Type "apropos word" to search for commands related to "word".&lt;/DIV&gt;&lt;DIV&gt;Program stopped.&lt;BR /&gt;0x10402d62 in ?? ()&lt;BR /&gt;No line 85 in file "C:/nxp/workspace/periph_systick/src/systick.c".&lt;/DIV&gt;&lt;DIV&gt;Temporary breakpoint 2, main () at ../src/systick.c:72&lt;BR /&gt;72&amp;nbsp;&amp;nbsp;SystemCoreClockUpdate();&lt;BR /&gt;Note: automatically using hardware breakpoints for read-only addresses.&lt;/DIV&gt;&lt;DIV&gt;Breakpoint 4, main () at ../src/systick.c:83&lt;BR /&gt;83&amp;nbsp;&amp;nbsp;&amp;nbsp;DEBUGOUT("talk\r\n");&lt;/DIV&gt;&lt;DIV&gt;Breakpoint 3, main () at ../src/systick.c:84&lt;BR /&gt;84&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("talk\r\n");&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What obvious thing have I missed this time?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full code below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV&gt;int main(void)&lt;BR /&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;SystemCoreClockUpdate();&lt;BR /&gt;&amp;nbsp;Board_Init();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;DEBUGINIT();&lt;BR /&gt;&amp;nbsp;DEBUGOUT("talk\r\n");&lt;BR /&gt;&amp;nbsp;printf("talk\r\n");&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;/* Enable and setup SysTick Timer at a periodic rate */&lt;BR /&gt;&amp;nbsp;SysTick_Config(SystemCoreClock / TICKRATE_HZ);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;while (1) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;DEBUGOUT("talk\r\n");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;printf("talk\r\n");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;__WFI();&lt;BR /&gt;&amp;nbsp;}&lt;BR /&gt;}&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks, Simon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829141#M3128</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-19T12:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829142#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, your&amp;nbsp;LPCOpen board library will probably be redirecting printf to UART. For details of how to change this, see section 15.5.4, "Printf when using LPCOpen", of the MCUXpresso IDE v10.2 User Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, if you are going&amp;nbsp;to output a large amount of data, you might also want to use the &lt;EM&gt;&lt;STRONG&gt;Semihost-mb-nf&lt;/STRONG&gt;&lt;/EM&gt; variant of the library in order to increase the output speed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:25:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829142#M3129</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-19T13:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829143#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thank you for the recommendation.&lt;/P&gt;&lt;P&gt;I've gone to the manual as you suggested and have set the following (shown below).&lt;/P&gt;&lt;P&gt;Sadly I still get no Debugger Console output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;Managed Linker Script -&amp;gt; semihost-mb-nf variant selected&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65904iE6BA110FA046DF70/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug4.png" alt="deug4.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;board.h&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; -&amp;gt; &lt;/SPAN&gt;DEBUG_SEMIHOSTING defined&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug5.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65905i9BA74AB0BDEE6870/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug5.PNG" alt="deug5.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;board.c&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 25.95px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; -&amp;gt; &lt;/SPAN&gt;retarget.h include reference left in&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug6.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65906i1FE27C8E61DA8242/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug6.PNG" alt="deug6.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When stepping through the Board_Init()-&amp;gt;DEBUGINIT() code&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug9.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65907iA74FFEF59F2238BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug9.PNG" alt="deug9.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it still hits the UART initialisation in Board_Debug_Init()&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug7.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65908i0AE6E495CFE17F3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug7.PNG" alt="deug7.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;which surprises me as it looks like this should not be called.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="deug8.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65909iD001340E2B5761DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="deug8.PNG" alt="deug8.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 14:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829143#M3130</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-19T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829144#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double check that you have cleaned and then rebuilt both your library projects as well as&amp;nbsp;the main application project after making the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829144#M3131</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-19T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829145#M3132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, That's a fair suggestion.&lt;/P&gt;&lt;P&gt;I made a change to board.c to remove the call to DEBUGINIT(), then cleaned ALL projects and rebuilt periph_systick.&lt;/P&gt;&lt;P&gt;Stepping through the code although the code view is correct it is still running against old code.&lt;/P&gt;&lt;P&gt;You can see it in the images below as it has hit a line of code I've removed.&lt;/P&gt;&lt;P&gt;Even though its commented out, it hits DEBUGINIT() and therefore Board_Debug_Init().&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Are there other project files which require deleting outside of "clean"?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="debugg5.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65911i9C863B76D6D01BFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="debugg5.PNG" alt="debugg5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="debugg6.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/65912iFCDAEC264CA01AD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="debugg6.PNG" alt="debugg6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829145#M3132</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-19T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829146#M3133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have just gone through the process as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Imported the projects "lpc_board_nxp_lpclink2_4370", "lpc_chip_43xx" and "periph_blinky" from the LPCOpen package provided inside the IDE's Examples subdirectory (lpcopen_2_12_lpcxpresso_nxp_lpclink2_4370_g.zip).&lt;/LI&gt;&lt;LI&gt;Modifed systick.c inside the "periph_blinky" project to add a "hello world" printf call after the call to Board_Init()&lt;/LI&gt;&lt;LI&gt;Used the Quick Settings menu on the Quickstart Panel to change the "periph_blinky" to use the &lt;EM&gt;Redlib (semihost-mb-nf)&lt;/EM&gt; library.&lt;/LI&gt;&lt;LI&gt;In the &lt;SPAN&gt;"lpc_board_nxp_lpclink2_4370" project, I then modified board.c to simply comment out the include of retarget.h (which is sufficient to stop the redirecting of printf output to the UART).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then after doing a full clean build of the projects, I get semihosted printf output when debugging "periph_blinky"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829146#M3133</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2018-07-23T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829147#M3134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I s&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;tarted with a new/empty workspace folder, &lt;/SPAN&gt;followed your instructions and everything worked.&lt;/P&gt;&lt;P&gt;Not sure if my problem is due to starting with&amp;nbsp;lpcopen_3_02_lpcxpresso_link2_4370.zip or if the projects were not being cleaned sufficiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one more thing, when I don't comment out "retarget.h" where is the UART output on the LPC-Link2 board?&lt;BR /&gt;If this is too much of a major follow-up question I'll post a new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:47:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829147#M3134</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-24T13:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Debugger Console with LPC-Link2 (LPC4370)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829148#M3135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**&lt;BR /&gt;&amp;nbsp;* @brief&amp;nbsp;Initialize the UART interface&lt;BR /&gt;&amp;nbsp;* @param&amp;nbsp;pUART&amp;nbsp;: Pointer to UART register interface used on this board&lt;BR /&gt;&amp;nbsp;* @return&amp;nbsp;Nothing&lt;BR /&gt;&amp;nbsp;* @note&amp;nbsp;This function will currently support USART2 only, it will setup&lt;BR /&gt;&amp;nbsp;* &amp;nbsp;&amp;nbsp;&amp;nbsp;USART2 pin mux [P2.10 : UART2_TXD J3 -&amp;gt; Pin 8, P2.11 :&lt;BR /&gt;&amp;nbsp;* &amp;nbsp;&amp;nbsp;&amp;nbsp;UART2_RXD -&amp;gt;&amp;nbsp; J3 Pin-7]. For other UART/USART the application&lt;BR /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;should setup pin-muxing on its own.&lt;BR /&gt;&amp;nbsp;*/&lt;BR /&gt;void Board_UART_Init(LPC_USART_T *pUART);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Debugger-Console-with-LPC-Link2-LPC4370/m-p/829148#M3135</guid>
      <dc:creator>simon_prentice</dc:creator>
      <dc:date>2018-07-24T16:01:19Z</dc:date>
    </item>
  </channel>
</rss>

