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...
... upgrade ... You can try looking on LPC2000 Tech Group discussion on Yahoo. I've seen bootloader posts, but I don't know if they may use USB port....
Hi Daniele We are using a usb bootloader on a LPC2148 - The code (embeded + linux host) is GPL and available in our CVS - see http://paparazzi.enac.fr for more...
Hello everyone, With lpc21isp I can successfully upload programs to the Olimex LPC-2378-STK board (which has an LPC2378), as long as the baud rate is 19200 or...
You can refer to the chapter 27 of UM10211:LPC2364/66/68/78 User manual. In the table 489 of the User Manual, you can see the baud rate 38400 is not avaluable...
... There is a 12Mhz Crystal on that board. If you check the manual it will tell you how fast you can go with that Crystal. The only way to get round it is to...