I've been doing some changes to LPC21ISP and have run across some odd behaviour on Windows. I'm seeing the following behaviour when writing a uuencoded line of...
57
Robert Adsett
robertadsett
Feb 5, 2006 7:25 pm
... Found it, I was reserving space for the terminating null twice so there was less room than expected and Windows was refusing to read into a zero length ...
58
Robert Adsett
robertadsett
Feb 10, 2006 4:37 am
I've just put in the files section a test version of LPC21ISP. It is branched off of 1.22 so in some ways it's a little behind. I'll try to catch it up as I...
59
Cyril Holweck
lets_dream_fr
Feb 13, 2006 8:18 pm
Hi all, and thank you for sharing your results. Good that it tok half a day to grant me rights to write on this group :) I had time to cool down and made new...
60
Martin Maurer
capiman26061973
Feb 13, 2006 9:00 pm
Hello Cyril, ... I have restriction on first time users of this mailing list and also on first time posters, because i try to avoid spam. Have a look at other...
62
lpc21isp@yahoogroups....
Feb 14, 2006 10:13 am
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...
63
Gus
gus_is_working
Feb 16, 2006 5:16 am
Hello, Is there a compiled windows compiled version that I can use through command line to programs and verify code? This is needed for mass production. I...
64
capiman26061973
Feb 16, 2006 5:22 am
Hello Gus, ... through ... There is a compiled version for windows. It can be downloaded from http://guest.engelschall.com/~martin/lpc21xx/isp/index.html But...
65
lpc21isp@yahoogroups....
Feb 22, 2006 3:20 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...
66
Antoine
poinux
Feb 22, 2006 8:27 pm
Hello Why you guys aren't you using a dedicated software development environment like those from savannah ( savannah.gnu.org ) or sourceforge ? I think this...
67
lpc21isp@yahoogroups....
Feb 25, 2006 6:40 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...
68
sprite_tm3
Mar 10, 2006 9:14 pm
Hiya, As you might have seen, I've uploaded a file to the beta folder. My modification adds the LPC2103 uC (and only the 2103; the datasheet I have here says...
69
fordp2002
Mar 12, 2006 1:40 pm
What licene is lpc21isp written under ? For my application I need FTDI and LPC2103 support. These two things do not appear to be available in the same version....
70
sneha.jeevakumar
sneha.jeevak...
Mar 15, 2006 6:35 am
Sir, I am not able to gunzip the linux (lpc21isp.gz) file. I am getting an error... gunzip: lpc21isp.gz: not in gzip format Please help me out, Thanking you in...
71
Björn Schneider
brogon55
Mar 15, 2006 11:38 am
Hi, ... Sometimes the browser (happened to me sometimes with Mozilla/Firefox) automatically un-gzips the file automatically. Try renaming it to 'lpc21isp39; and...
72
sneha.jeevakumar
sneha.jeevak...
Mar 15, 2006 1:31 pm
Sir, I compiled the source file and executed using: lpc21isp -PHILIPSARM test.hex /dev/ttyS0 9600 14746 Output I got was : Target: Philips. lpc21isp version...
73
lpcarmed
Mar 15, 2006 2:10 pm
Try to add the -debug 5 option to the command line, to make sure you are actually communicating with your board....
74
Cyril Holweck
lets_dream_fr
Mar 16, 2006 8:22 am
Hi Sneha, To the following symtpoms: COM-Port /dev/ttyS0 opened... Synchronizing......................................................... ...
75
hedex_1
Mar 19, 2006 9:42 pm
Hi, I've been working on code-protetced LPC21xx devices and got tired of the Philips programmer so I added some code to the flash erase part of LPC21ISP. How...
76
capiman26061973
Mar 19, 2006 9:48 pm
Hello, ... please get the latest version of lpc21isp from the beta folder (currently it is 1.37). Merge in your changes, test the changes, and if everything is...
77
Anders Hedberg
hedex_1
Mar 20, 2006 10:43 am
Hi, Yes, if the device is codeprotected (magic number written at specific adress, see datasheet) the flash needs to be erased completely before the device can...
78
sneha.jeevakumar
sneha.jeevak...
Mar 22, 2006 8:26 am
Sir, I used -control option while executing........ lpc21isp -PHILIPSARM -control test.hex /dev/ttyS0 9600 14746 and it worked out fine, I got the required...
79
Thiadmer Riemersma (I...
compuphase2
Mar 25, 2006 12:09 pm
Hello Martin, I use code protection on my LPC2138 processors, and I use an adapted version of lpc21isp (but an old one). When code protection is active, an...
80
alexnoname27
Apr 28, 2006 4:31 pm
Hello, i had small problem with lpc21isp (V 1.31, Windows Build). It worked under WINDOWS 2000 twice slower then Philips Flash Tool. For 122 KB file lpc21isp...
81
gupta_richa165
May 11, 2006 4:55 am
Hi All I used the command prompt for uploading the .hex file. Anybody knows how to erase the flash memory contents using the command prompt. Thanks Richa...
82
Martin Maurer
capiman26061973
May 11, 2006 5:12 am
Hello, ... at the moment there is no command line option to just erase the complete (certain ?) memory content. A workaround could be to just create an...
83
richa gupta
gupta_richa165
May 11, 2006 5:44 am
hi Martin How can we create a .hexfile Thanks Martin Maurer <capiman@...> wrote: Hello, ... at the moment there is no command line option to just erase the...
84
Anders Hedberg
hedex_1
May 11, 2006 6:44 am
Enter interactive mode, then you need to enter commands according to the manuaul from Philips. I.e The start command is a single "?" character, you need to...
85
richa gupta
gupta_richa165
May 11, 2006 2:04 pm
I am using USB cable and the port it shows is suppose COM10 and the philips flash utility has only ports upto COM5 Thanks Richa Anders Hedberg...
86
richa gupta
gupta_richa165
May 11, 2006 5:55 pm
Hi Martin I tried to creat hex file with 0x00 contents and when i upload it it does not work it just stops at synchronising i am attaching hex file too thanks ...