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...
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...
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...
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...
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...
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 ...
Hi ALL Can we use philips flash utility with usb cable Thanks Richa richa gupta <gupta_richa165@...> wrote: Hi Martin I tried to creat hex file with 0x00...
Yes, always a problem with USB comports, most of them can be moved to a lower comport number. If you look in a manual I've written and go down to "Advanced...
If you mean a USB to serial converter then yes. ... phone. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Hi All i got this syntax to send the IAP command but don't what will ebt he value of result unsigned long command[5]; unsigned long result[2]; or unsigned long...
... This syntax works pretty well, here is an exemple I use in a fully developped target, and I use those command to remote-program the target Another LPC21 is...
Can I assume that LPC is programmed correctly if the programming step finish successfully in the Philips utility? The problem is that we use memory protection...
mmmmm.... you want free software to help you prevent others from watching your code ! In french one would say "le beurre, l'argent du beurre et le cul de la ...
Hi, Each transfer of code is sent to the LPC using CRC and response from the target, so if the programming finishes successfully, it is guarantied that the...
Hello, I have some LPC based boards that using an ethernet/serial bridge . Actually in order to using lpcisp , I have to install a virtual com port redirector...
Hi, I use lpc21isp all the time and it works great, thanks! I have recently switched over to an LPC2103, using code protection. As noted by others, you must...
Hello, Our production services use lpc21isp for programming the LPC devices. Programming is done in two seps. First the firmware is uploaded into the device...
Marko Panger Wrote ... I did do an early alpha type version that merged various sources. It should be in the files section. I haven't seen anything that does...
Hi, flash programming is somewhat strange. As I have not looked at the algorithmous in the LPC21xx for some time, here are a few general hints: Flash is erased...
Hi, First thanks for the hints. The serial number is stored into its own block. Right now we are doing it as you suggested. The problem is that programming of...
We once had to do this for a central service center, if you are running with a USB-serial interface you can run as many programmers as you wish from one ...
Hi, new to arm and am having a problem with ISP on my Mac OS X machine. The version of lpc21isp is 1.33 and is connecting to an embedded artists lpc2148 board...
... Hello Maybe you can try baudrate 38400 We had a similar problem. Mine worked with Ubuntu Dapper Linux... But some other students couldnt get it to work...
Ok, thanks for the suggestion to switch to 38400. It didn't solve the problem, but now in the debug mode could see ascii from the original program that runs on...
... Sounds like you have the DTR and RTS lines hooked up backwards, P0.14 must still be low when the processor leaves reset. Check the timing with a scope. ...
... I'm running on Mac OS X, with a LPC2106 board successfully. My command line looks as follows: lpc21isp target.hex /dev/cu.USA28X3b1P1.1 115200 14746 ...
The link (http://guest.engelschall.com/~martin/lpc21xx/isp/index.html) is no longer active. Is there somewhere else that the binary for the Windows version can...
I could put up a (low-bandwidth ~2 mbps) subversion/trac repository for both source and binaries. Please reply if this is a good idea or perhaps done by ...