<?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>LPC MicrocontrollersのトピックRe: LPC11U67 - ISP Serial</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594313#M22611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mbehlau on Thu Sep 18 01:29:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will find the files attached to this post. Additional i uploaded my modified lpc21isp source documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The program is just a simple blink light, no special starting address required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcel &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:22:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:22:40Z</dc:date>
    <item>
      <title>LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594311#M22609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mbehlau on Wed Sep 17 09:05:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i wan't to flash my LPC11U67 about the serial interface. I tested the connection with the flash magic tool with a windows based PC. This is working fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, i want to flash the device from my linux pc. Unfortunately there is no application, which is supporting the LPC11U67. I tried to add the support, but this won't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the mxli software:&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;sudo ./mxli -N LPC11U67 -F4kix24,32kix1 -B1024,4096 -A0x00000000 -M16ki@0x10000000,2ki@0x20000000 -I0xA0000BC88 -S8@7 -R0x200@0x10000000 -g lpc11U67.hex&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i don't use sudo, i get a memory access error. The process is very fast, but the device isn't programmed. I tested a lpc1769, which is supported directly, and get the same result. (memory access error, and the device isn't programmed).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then i tested the lpctools. I added the following entry to the "lpctools_parts.def"-file.&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;0x0000BC88, LPC11U67,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000, 0x20000, 8,&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x04,&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x10000000, 0x4000, 0x800, 0x800,&amp;nbsp;&amp;nbsp; 1&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My command:&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;./lpcprog -d /dev/ttyUSB0 -c flash ../lpc21isp_197/lpc11U67.hex&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Application Output:&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;
Part ID 0x0000bc88 found on line 24
Flash now all blank.
Checksum check OK
Flash size : 131072, trying to flash 11 blocks of 1024 bytes : 11264
Writing started, 11 blocks of 1024 bytes ...
Received error code '9': SECTOR_NOT_PREPARED_FOR_WRITE_OPERATION
Unable to copy data to flash for block 4 (block size: 1024)
&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 I tried to add the support to the lpc21isp application in different files. But the output is only:&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;lpc21isp version 1.97
File lpc11U67.hex:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loaded...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; converted to binary format...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; image size : 3912
Image size : 3912
Synchronizing (ESC to abort)..... OK
Read bootcode version: 1
13
Read part ID: LPC11U67, 128 kiB FLASH / 20 kiB SRAM (0x0000BC88)
Will start programming at Sector 1 if possible, and conclude with Sector 0 to ensure that checksum is written last.
Erasing sector 0 first, to invalidate checksum. OK 
Sector 0: ..Wrong answer on Prepare-Command (2) (Sector 0)
ErrorString:&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there another tool, which supported the device directly? Or could somebody check my configs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Adance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcel&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594311#M22609</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594312#M22610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Wed Sep 17 11:18:22 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Marcel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you call lpc21isp again and create a logfile (add "-debug5" to command line)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first lines are not relevant, it is conversion hex to bin, you can ignore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More interesting are the last lines, perhaps from reading part id to the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you perhaps also upload your hexfile and *.ld file (if you have this).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does your program start at address 0 or do you try to load something into RAM?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594312#M22610</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594313#M22611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mbehlau on Thu Sep 18 01:29:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will find the files attached to this post. Additional i uploaded my modified lpc21isp source documents. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The program is just a simple blink light, no special starting address required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcel &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594313#M22611</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594314#M22612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Sat Sep 20 10:17:23 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Marcel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just a first observation (I have not yet a LPC11U67 here to retest):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sending 'P 0 0(0D)(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read(Length=6): 'P 0 0(0D)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read(Length=3): '0(0D)(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer(Length=9): 'P 0 0(0D)0(0D)(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then later:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sending 'P 1 1(0D)(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read(Length=6): 'P 1 1(0D)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read(Length=1): '(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Read(Length=0): ''&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer(Length=7): 'P 1 1(0D)(0A)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wrong answer on Prepare-Command (2) (Sector 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the first case there is the echo of the sent command followed by a "0".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the second case there is just no "0".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must check the manual, but I don't think this is a valid case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it could also be that communication, reception of characters, or something else is wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any possibility to record communication when FlashMagic is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. portmon on an old (non-64-bit) Windows system. Or a logic analyzer to capture serial traffic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you use Linux? Which Linux/version? x86 hardware or something else? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which USB &amp;lt;-&amp;gt; serial port adapter (like FTDI, SILABS, Prolific or something else) or built in COM port?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594314#M22612</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594315#M22613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MarcVonWindscooting on Mon Oct 20 09:24:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;@capiman:Many thanks for pointing me to this thread!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From my experience with mxli: you need the sudo, probably, because as a normal user, you're not allowed to access /dev/ttyUSB0 (owner: root, group: uucp on my machine, for example). So I suggest adding your regular user to the group 'uucp' or whatever group /dev/ttyUSB0 is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assigned to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About LPC11U67. User manual states the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ISP handler uses RAM 0x1000_017C .. 0x1000_025B&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That means: 0x200 bytes are NOT sufficient. mxli will overwrite the ISP area =&amp;gt; crash!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use 0x25C bytes at least (round to a word boundary - which is already the case)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Likewise: the flash commands use the top 32 bytes of RAM and a stack of up to 256 bytes is used from that point downwards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No comes the question: what the hell is the top of RAM? 0x1000_0000 + 16ki -1 ? 0x2000_0000 +2ki -1 ? 0x2000_4000 +2ki -1 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If in doubt (I am in doubt) don't tell mxli about the additional RAM regions and assume the worst:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only the 0x1000_0000 .. 0x1000_4000 (16k region is usable)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -M4ki@0x1000_0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and subtract ISP demands from bottom and top:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-R 0x25C@0x1000_0000,-0x120@0x1000_0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for LPC17 failing, this is a bug of my 3.0 release, because I included bad data into the compiled-in table. 3.1 catches this kind of problem in device information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594315#M22613</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594316#M22614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Oct 20 11:53:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You should NEVER sudo an application like this. What you need to do is make sure the device is accessible by the user. You do this by creating a udev rule. Use your favorite search engine to search for udev rules.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594316#M22614</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594317#M22615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MarcVonWindscooting on Thu Oct 23 03:01:07 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MarcVonWindscooting&lt;/STRONG&gt;&lt;BR /&gt;@capiman:Many thanks for pointing me to this thread!&lt;BR /&gt;....assume the worst:&lt;BR /&gt;Only the 0x1000_0000 .. 0x1000_4000 (16k region is usable)&lt;BR /&gt; -M4ki@0x1000_0000&lt;BR /&gt;and subtract ISP demands from bottom and top:&lt;BR /&gt;-R 0x25C@0x1000_0000,-0x120@0x1000_0000&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for quoting myself: of course i meant:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; -M[color=#f30]16ki[/color]@0x1000_0000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@TheFallGuy: thanks for being so clear about not using sudo in that way. I should include some code into mxli to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ask the user why (the hell) he's doing that&amp;nbsp; :bigsmile:&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594317#M22615</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594318#M22616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Andy ESAcademy on Fri Oct 24 01:34:22 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried running Flash Magic under WINE? We don't support it that way for Linux but it does work for Mac OS X.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594318#M22616</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U67 - ISP Serial</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594319#M22617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mbehlau on Fri Jul 17 04:08:16 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc thanks for your help. I changed my command to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;"&gt; &lt;PRE&gt;./mxli -N LPC11U68 -F4kix24,32kix1 -B1024,4096 -A0x0000_0000 -M16ki@0x1000_0000 -I0xA0000_7C00 -R0x25C@0x1000_0000,-288@0x1000_0000 -S8@7 -yZ -g blinky.bin&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There must be an error in command line parsing, so i must change the "-0x120" to "-288". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;background-color:#cacaca;border:1px solid black;"&gt; &lt;PRE&gt;ERROR: invalid option/parameter: "-R0x25C@0x1000_0000,-0x120@0x1000_0000&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally i have to use a binary-file, instead of hex. If i use a hex-file, a memory access violation occurs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@capiman&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I captured the communication with my logic analyzer (SalaeLogic). You will find the files attached to this post. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fimg5.fotos-hochladen.net%2Fuploads%2Flpc1n82jx5uzwk.png" rel="nofollow noopener noreferrer" target="_blank"&gt;http://img5.fotos-hochladen.net/uploads/lpc1n82jx5uzwk.png&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fimg5.fotos-hochladen.net%2Fuploads%2Flpc2cx3osm092r.png" rel="nofollow noopener noreferrer" target="_blank"&gt;http://img5.fotos-hochladen.net/uploads/lpc2cx3osm092r.png&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArchLinux (4.0.7-2-ARCH #1 SMP PREEMPT Tue Jun 30 07:50:21 UTC 2015 x86_64 GNU/Linux) and a USB&amp;lt;&amp;gt;Serial converter from FutureTechnology (ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U67-ISP-Serial/m-p/594319#M22617</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:22:43Z</dc:date>
    </item>
  </channel>
</rss>

