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...
Hello, ... Can you please upload your new source code version directly to file area as version 1.53 ? Regards and many thanks for your change, Martin Maurer...
I think I've found a bug that seems to be giving me a problem. I was wondering anyone can give me any feed back before I try re- writing the code involved...I...
... wrote: I dont know what I did to mess up the one paragraph, got to be more careful As a result I think the lpc2368 I am working with is respoding to '4000...
It was simpler for me to make changes based off of 1.49 and its a little specialized for my task, so I wont be posting my code. Anyhow the the ID field for the...
Hello, i just created and uploaded lpc21isp Version 1.54 (lpc21isp_154.zip) to file area (beta section). I have mainly renamed all files from *.cxx back to...
... My opinion: throw it out. ... Thank you for your work. Compiling in Linux (SuSE 10.2), gcc 4.1.2: BOOL, TRUE and FALSE are not defined. ... // lpcterm.h ...
Hello Fausto, thanks for your quick reply ! ... I just created a new version 1.55 which should solve this bug. (Your bugfix was no problem under Windows and...
I am compiling the code as part of a bigger c++ project and others have been compiling the code as c++ too. I made changes to allow this and it does not...
I am have having issues programming a know valid target board. I have tried using both the NXP Flash utilty and the lpc21isp. I am guessing that it has...
Hello, ... can you give a bit more info what is happening ? Is it syncing ? Communicating at all ? I think you are using some kind of Windows OS, because you...
Hi Folks, i uploaded a patch for freebsd support. I think at least the error checking for tcsetattr should be added generally. However - in my oppinion the ...