Hi all, Not sure if u've handled this subject before or not .. I used to flash my old LPC2136 using virtual serial connection (via Bluetooth) on Winarm .. Now...
... If you can rebuild lpc21isp you can try adding your part ID to the code that's what I did with my newly purchased olimex-lpc2378 STK that happened to have...
Hello Moonchild, ... can you tell me what version of LPC21ISP you are using ? Latest version is V1.70. You can download from the file section of this group,...
Hmmm. No reply so far... I'm just trying to flash via lpc21isp via Windows and BT. Unfortunately I'm not able to get a connection because the tool can't open...
414
lpc21isp@yahoogroups....
Jul 19, 2009 10:06 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...
I've solved "Error 2" now. It was related to the high number of COM port. COM17 seems to be not supported. I've set it to COM2 and I was able to get to the...
... COM17 is supported, you just have to know the counter intuitive way that Micros*£t handle COMxx etc. They consider it a network address. You have to...
hi,friends, Â Â Â Â i am new user of Ubuntu. i am using lpc2138 ARM7 processor. can anybody tell me, how can i load hex file in lpc2138 using Ubuntu OS?? ...
... depends on your board and serial connection, the general form is like: lpc21isp -hex -verify yourhex.hex /dev/ttyS0 yourbaudrate your_osc_freq you can try...
yes, i interface my board with serial port. i download lpc21isp.c and makefile.but i can't understand  how to use these files to load the prog in lpc2138?? ...
Hello, ... you must download the complete package, not only lpc21isp.c and the makefile. You also need make and gcc (which are perhaps already existing on your...
The NXP has a built in loader you enable via a jumper on power up. LPC21ISP is the PC program that talks to the NXP via the built in loader. As previously...
Sorry, one final note, the /dev/ttyS0 would be the serial port you are using on your pc and it may not be S0!. Jim lpc21isp -hex -verify yourhex.hex /dev/ttyS0...
Hi, I have a bunch of projects that were set up to download either for flash, or to RAM for testing. I moved from windows to Linux and under my new linux...
426
lpc21isp@yahoogroups....
Sep 14, 2009 7:24 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...
427
lpc21isp@yahoogroups....
Sep 14, 2009 8:03 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, I have been working on lpc134x support in lpc2isp and I think I have got it to the point where it is working. I am still in a process of cleaning the code...
431
lpc21isp@yahoogroups....
Feb 1, 2010 9:34 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...
433
lpc21isp@yahoogroups....
Feb 2, 2010 12:06 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 :...
Hi, all, First, thanks to all who contributed to this tool. It's proved hugely useful for those of us who don't use Windows. I posted a patch (and the full...
Hello, A simple patch that moves checksum calculation after chip detection (since lpc1xxx have checksums on different position). NFI how to attach a patch...
Many thanks for this patch, I'll try it out today. We feared we would have to turn off CRP in our new deployments but I suppose this patch would solve that...
438
lpc21isp@yahoogroups....
Feb 16, 2010 7:13 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, There is lpc21isp Subversion SCM repository located at SourceForge. How often Is the repository updated or synchronized with the snapshots placed in the...
Hello Ron, ... I synchronize the SVN manually with changes done in version of beta file directory. ... Both stores got a version 1.78 yesterday. BUT: I don't...