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...
Sorry, I forgot to mention a few things. I am using the "-control" switch with lpc21isp, so that the chip resets and boots up in ISP mode. A footnote in table...
Apologies: false alarm. I am experiencing this problem when connecting the LPC2378 board to my laptop using an USB-RS232 converter. I have used this cable to...
Hello! I patched the version 1.51 so it works again. It have put it in the files section as 1.52 - I hope that was ok... I made only slight changes and...
Great news you have it working again. I am still very busy with other projects. ... The .cxx extension is my fault, I was building the code using a c++ ...
HI All, After loadig hex file with lpc21isp ver 1.48 ,I cant reload it any more. I found out that my"-wipe" entire device option does not work anymore with...
CreateFile on a serial port other than the physical ones (by example, a network virtual port) failed because the "good" device name should be prefixed by...
Hello, ... there is no CVS nor SVN for lpc21isp, but there is the Files Section of this group (see "Files" -> "Beta versions"), where you find the source code...
... Because this prefix is an internal Windows Device driver specification, and I suppose that most of windows users, or linux users don't know it. That's why...
I use lpc21isp to program thru LPCUSBBoot, a bootloader for LPC214x similar to lpc21iap. LPCUSBBoot emulates a CDC com port to do ISP. When I program LPC2148...