Hello. I have tried to use lpc21isp_183 to flash an lpc2148 over an usb-serial ftdi, but without any success. Flash process begin, but after showing a dozen of...
Hello Alexandre I am no linux user but it seems your controller board does not change in boot mode. 1.) Use a terminal program and test if you are able to...
Le Wed, 16 May 2012 10:20:06 -0000, "gcoolfire" <geburger@...> a écrit : Hi Geri ... Thanks for theses advices, i am on holidays until thursday, but...
I'm using LPC2458 in a design and I need to put a small amount of unique information (serial number, etc.) at the top of the Flash where it won't be...
Hello Dominic, Nice hearing from someone on this list. I don't know the LPC2458. I use the LPC1115 and programming with lpc21isp takes just about the same time...
Hi Dominic, I'm using LPC2148 and I have placehilder for 32 byte serial number. My placeholder is in crt0.S startup file, just before code read protection word...
Mario, Thanks for the offer, but I need to set the serial number once and then be able to download software repeatedly without affecting it. So your solution ...
Michael, The behaviour you describe for lpc21isp (only programming the necessary sectors) make sense, but its not the behaviour I observe (lpc21isp v1.83 on ...
Hi Dominic, Can you somehow read serial and then re-program same serial again? If not, you can make bootloader and put serial in it, but it's not trivial. ... ...
If code read protection is ON you can not erase just some sectors - you must erase all sectors. I think it's the -wipe switch for lpc21isp for erasing all...
You might check if your part has an "information block". I use that for serial numbers in some parts and it is NOT erased by the ISP "full erase". At least...
Hello, has anybody yet experienced that lpc21isp (1.83) returns error on validate after LPC1786 (Cortex M3) has been programmed? On my board there is also a ...
Hello Philip, i can't reach you via your yahoo email. ... many thanks for your updates! I just have done an update (directly to 1.85) on SourceForge. Can you...
558
lpc21isp@yahoogroups....
Dec 14, 2012 4:10 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc21isp group. File : /Beta...
Hi folks, I used lpc21isp for years on Linux systems. From the very beginning most versions of it needed some patching to work on my systems, so I got used to...
I'm interested, but I do need something that runs in windows as well. I might be interested enough to work on getting it to work in windows. I made a GUI for...
Hello Marc, many thanks for your feedback! ... Portability was always an important thing for lpc21isp. At least the following OS need to be supported: Windows,...
I think you should post your ISP code on Git Hub. Should take you ten minutes. Let the community ask questions and add suggestions. It's easy. Manage software...
... YES!!! FlashMagic is good and has some nice features, but if you want to use it for any commercial use, testing, or in field use they charge way too much...
Hello Marc, ... would it be possible to get these patches, so lpc21isp can be improved for other (Linux) users? What bugs have you found and already fixed? ...
Hello, the sources of lpc21isp are now also available in github: https://github.com/capiman/lpc21isp The master branch contains latest sources (committed 1.82...
... By all means: YEEES! - Flash Magic is not totally free (as in free beer), and I can't check its sources when I have a problem (so not free as in free...
I have used lpc21isp succesfully with lpc2106, 2148, and some other chips. I am now using the LPC1114 in DIP28 and I ran into a strange problem. I have a...
Hello Wouter, first many thanks for your detailed analysis! ... I think the analysis with the stack pointer (from your email below) is a hot topic and i think...
... YES!!!!!! Of course. It's good, it works, it's open-source, it's small. It's better than FlashMagic and anyone can work on it. Yes, there is still a need...
Thanks for your replies and questions. I will make this software available soon on my homepage. I'm already using version control on it, so it will be hard for...
Hi Martin, I tested on Linux only. Gentoo and Ubuntu. It works with old onboard RS232 and PL2303 or FTDI converters at least. I made it work with unknown...
Hello Marc, many thanks for your email! ... At the moment i see no real advantage for both sides to merge the two programs together. Let's keep them separate...
Hi Martin, here it is: c-linux-isp-1.1.tgz <http://www.windscooting.com/softy/c-linux-isp-1.1.tgz> Not yet cleaned up everything, you'll find lot's of things...