<?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: redscript / redlink commandline usage in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595223#M31301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LessThanZero on Thu Nov 12 15:10:44 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;if you use a back slash in your path, you need to use two like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; "target extended-remote | C:\\nxp\\LPCXpresso_7.7.2_379\\lpcxpresso\\bin\\crt_emu_cm_redlink -vendor=NXP -pLPC4320 "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one back slash escapes the other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, use a forward slash in your path, or, start in the 'lpcxpresso/bin' folder and you can use a minimal path like "target extended-remote | ./crt_emu_cm_redlink -vendor=NXP -pLPC4320"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LessThanZero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:34:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:34:11Z</dc:date>
    <item>
      <title>redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595215#M31293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IJeffray on Tue Jul 29 07:03:56 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Having now developed solutions using LPCXpresso, we wish to batch download to RAM and execute, without involving the IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like 'redscript.exe' may be the correct thing to use here, but I can't find any documentation and not achieving much success with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The crt_emu_* tools are *not* appropriate, as we do not want to write to flash -- just to download to RAM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone any guidance on this topic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595215#M31293</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595216#M31294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Tue Jul 29 09:48:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, redscript is NOT the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer depends on what part you are using and what you are trying to do. I can think of two solutions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Using a Debug adapter (link1, link2, cmsis-dap), GDB and crt_emu_*&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use command line GDB (arm-none-eabi-gdb) and the debug driver (crt_emu_*).&amp;nbsp; You can use a gdb script to download and run it&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If you are using a device that is bootable over USB, you can use dfu-util to download the image and run it. This is how we load firmware into the RAM of LPC-Link2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you give us more information, we can provide further help and advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595216#M31294</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595217#M31295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IJeffray on Wed Jul 30 01:49:52 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for a quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The product has no USB, no hard I/O of any kind, so download via JTAG really is the only option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We currently use an LPC-Link 2 with LPCXpresso 7.x to download single images to RAM and execute them, which has been ok up to now, but ideally we want something automated and not using the IDE, for production line usage.&amp;nbsp; I've been struggling to determine which is the most recent/supported system to even begin investigating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution should be able to download an image to the LPC4320 internal SRAM, and another binary to external SDRAM, then execute the code in internal SRAM.&amp;nbsp;&amp;nbsp;&amp;nbsp; (This will then encrypt and store firmware to flash and set up the boot ROM)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what other information is useful in determining what tool should be used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595217#M31295</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595218#M31296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Jul 30 03:48:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, so you will basically need to use our previously mentioned option 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To start experimenting with this, from the LPCXpresso IDE, open a terminal / command line prompt from the status bar shortcuts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now disconnect then reconnect your LPC-Link2 and then boot it as described at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fbooting-lpc-link2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/booting-lpc-link2&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now change directory in the 'Debug" and start GDB using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;arm-none-eabi-gdb &lt;I&gt;myimage.axf&lt;/I&gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(where &lt;/SPAN&gt;&lt;I&gt;myimage.axf&lt;/I&gt;&lt;SPAN&gt; is the name of your image).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once gdb has started, use the following command to connect to the target:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;target extended-remote | crt_emu_cm_redlink -vendor=NXP -pLPC4320&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then to download the code, use the command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;load&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then to start execution use the command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;c&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More information on gdb commands can be found inside the LPCXpresso Help menu, or by searching the web.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that your requirement to access SDRAM will make things slightly more complex. You will probably need to write a gdb script to poke the MCU registers to set up the external memory controller appropriately. Or else run a simple application first, before downloading your main application, which sets the SDRAM up for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595218#M31296</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595219#M31297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jason.webb on Tue Nov 10 09:45:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Found this post online and is exactly what I need to do. I have followed the procedure but when I enter the "target extended-remote | crt_emu_cm_redlink -vendor=NXP -pLPC4320" command, I get a "no such file or directory" error. I have tried the full path,&amp;nbsp; "target extended-remote | C:\nxp\LPCXpresso_7.7.2_379\lpcxpresso\bin\crt_emu_cm_redlink -vendor=NXP -pLPC4320 ", but still get the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The axf file has been "read" into gdb and I do have the LPC4320.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595219#M31297</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595220#M31298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Tue Nov 10 10:28:35 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens if you just run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; crt_emu_cm_redlink&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From the command line (instead of running gdb)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595220#M31298</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595221#M31299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jason.webb on Wed Nov 11 01:45:57 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I can run the "crt_emu_cm_redlink -vendor=NXP -pLPC4320" command from the command line but then if I try the "load" command in gdb I get a error, something along the lines of "no target set", and I cant run the axf file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595221#M31299</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595222#M31300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Wed Nov 11 02:27:28 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;please post the commands and the output from your GDB session - maybe we can then see what you are doing wrong!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595222#M31300</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595223#M31301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LessThanZero on Thu Nov 12 15:10:44 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;if you use a back slash in your path, you need to use two like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; "target extended-remote | C:\\nxp\\LPCXpresso_7.7.2_379\\lpcxpresso\\bin\\crt_emu_cm_redlink -vendor=NXP -pLPC4320 "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;one back slash escapes the other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, use a forward slash in your path, or, start in the 'lpcxpresso/bin' folder and you can use a minimal path like "target extended-remote | ./crt_emu_cm_redlink -vendor=NXP -pLPC4320"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LessThanZero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595223#M31301</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595224#M31302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jason.webb on Fri Nov 13 05:07:10 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. Using the double backslash gets me a bit further. Now how do I run the code to the UUT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GNU gdb (GNU Tools for ARM Embedded Processors) 7.8.1.20141128-cvs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copyright (C) 2014 Free Software Foundation, Inc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgnu.org%2Flicenses%2Fgpl.html" rel="nofollow" target="_blank"&gt;http://gnu.org/licenses/gpl.html&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is free software: you are free to change and redistribute it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is NO WARRANTY, to the extent permitted by law.&amp;nbsp; Type "show copying"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and "show warranty" for details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This GDB was configured as "--host=i686-w64-mingw32 --target=arm-none-eabi".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type "show configuration" for configuration details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For bug reporting instructions, please see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.gnu.org%2Fsoftware%2Fgdb%2Fbugs%2F" rel="nofollow" target="_blank"&gt;http://www.gnu.org/software/gdb/bugs/&lt;/A&gt;&lt;SPAN&gt;&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Find the GDB manual and other documentation resources online at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.gnu.org%2Fsoftware%2Fgdb%2Fdocumentation%2F" rel="nofollow" target="_blank"&gt;http://www.gnu.org/software/gdb/documentation/&lt;/A&gt;&lt;SPAN&gt;&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For help, type "help".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type "apropos word" to search for commands related to "word"...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading symbols from C:\\AICH_Software\\ch_target_test\\Debug\CONFIG_TEST.axf...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;7.7.2_379\\lpcxpresso\\bin\\crt_emu_cm_redlink -vendor=NXP -pLPC4320&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Remote debugging using | C:\\nxp\\LPCXpresso_7.7.2_379\\lpcxpresso\\bin\\crt_emu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_cm_redlink -vendor=NXP -pLPC4320&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ni: LPCXpresso RedlinkMulti Driver v7.7 (Mar 31 2015 21:01:19 - crt_emu_cm_redli&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nk build 317)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. CpuID: 410FC240. Info: (null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Flash support set up with no driver - Ef(44): Flash driver version is unknow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cf:v LPCXpressoPro Full License - Unlimited&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Protocol error: qXfer:features:read (target-features) conflicting enabled respon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(gdb) load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't do that when your target is `exec'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(gdb)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have a LabView vi or TestStand seq that does this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595224#M31302</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: redscript / redlink commandline usage</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595225#M31303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vtw.433e on Fri Nov 13 05:19:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Suggest you use LPCXpresso to debug a session, and then look in the "GDB traces" log to see what it does. You might also want to read the GDB manual to see what commands it offers....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:34:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/redscript-redlink-commandline-usage/m-p/595225#M31303</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:34:12Z</dc:date>
    </item>
  </channel>
</rss>

