... According to the files description, Version 139 added support for the 23xx and 24xx series. I just acquired a 2378 Olimex board that has the CTS/DTR trick ...
... I have used lpc21isp version 1.48 successfully with the Olimex LPC P-2378 board. I "make" the two jumpers and use a command line like lpc21isp -control...
Your suggestion seems to be working perfectly. That "-control" attribute was the missing ingredient from my previous trials. I am just happy it connects...
... I love it when a plan comes together. ... I'm sorry, I don't quite seem to understand that paragraph. ... I am shocked (shocked!) that Philips would...
... NXP no longer support the LPC utility, and suggest users use FlashMagic, see http://www.flashmagictool.com/ I use this for LPC2129, LPC2148 and LPC2378...
Can anybody point me to NXP documentation on how to ISP the LPC2103 using the Stock Philips bootloader. I know lpc21isp can perform ISP but I would like to see...
I downloaded version 1.49 today and I am trying to get it running on an ARM9 processor. I tried to compile it on my GCC C++ (G++) compiler but there were quite...
I was testing the lpc21isp program on Linux using a USB-to-serial converter as the interface to my development board and I think I found a bug in the...
Hi, Is it possible to compile this project under Visual Studio .NET 2003 (v7)? We are wanting to compile the latest version of the code for Win32, so that we...
Hello, ... (v7)? just open a DOS-Box, enter vcvars32 to get compiler pathes set and enter the following command to compile: cl lpc21isp.c Regards, Martin...
You can also use MinGW to produce a win32 binary that runs under Windows, without using Visual Studio .NET 2003 (v7). 1. Download MinGW. 2. Install. 3....
Hi Shane, Now where have I heard that name before ... maybe in PIC circles, ah yes I think so. I had to make quite a few patches to get lpc21isp to build under...
Hi Simon, My name is Lachezar Temelkov and am also trying to build it in Visual Studio 2005. Could you please send me your version of lpc21isp which you...
Well I have posted it into the files section. It was based on 1.49 with some formatting changes and a lot of casts. If I get time I will look at the reason for...
Hi, I've installed both 1.47 and 1.49 versions binary. If I try on COM1: on a IAR demo board all works well. If I try with a FTDI Usb converter (a DLP board),...
Hello fellow group members. I have had a chance to play with the code hosted here and I am trying to make it do new things. I have a product with two ARM...
Hi all! I'm new to this group and I want to flash my LPC-devel-board with linux. I thought I take the newest beta version (lpc21isp_220_4alpha.zip) till I...
Hello fordp, ... can you please have a look at the previous post ? It looks like your version is not more compiling under Linux. Perhaps you have cut out ...
Hello Bert, ... I have renamed the lpc21isp_220_4alpha.zip, so it is now sorted to the beginning of the list of version. For the compile problems, please have...
I will try and get chance to look at Linux compilation. I will have to do a makefile for it too. I do not have a Mac so you are on your own there! As I...
Hello I have a Linux Makefile and even a debian package ( in the repository at paparazzi.enac.fr ), though not of the latest version. I would again strongly ...
Hello all! At first, thanks to Martin for clearifying the file names. ... Fine, but no stress at all. ... Not really. I renamed it back on my 1.51 and got 3...
I am pleased you like the code split. I was not sure how it would go down. I am still working on an improved version. The main changes in my current version...
Hello, I'm trying to compile lpc21isp on OS X 10.5 using i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 I tried 122_220_4alpha and 124b, both times I got the same...
Hello, ... i can dark remember that there was such an error in the past, which was fixed then. Can you please take one of the up to date version like 1.48 or...
Hi, now it works just fine, this evening I looked over the files again and found lpc21isp_133.zip Added support for MacOS X systems. Which I could compile...
Hello, I'm new in the microcontroller world and I trying use a LPC2378 micro for a new design. The LPC2378 has inside a USB port and I'm trying to use USB to...