Search the web
Sign In
New User? Sign Up
lpc21isp
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 199 - 228 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
199
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...
bert.lange
Offline Send Email
Dec 4, 2007
7:06 pm
200
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 ...
capiman26061973
Offline Send Email
Dec 4, 2007
7:14 pm
201
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...
capiman26061973
Offline Send Email
Dec 4, 2007
7:17 pm
202
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...
fordp2002
Offline Send Email
Dec 5, 2007
2:54 pm
203
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 ...
antoine.drouin@...
poinux
Offline Send Email
Dec 5, 2007
10:53 pm
204
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...
bert.lange
Offline Send Email
Dec 7, 2007
10:31 am
205
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...
fordp2002
Offline Send Email
Dec 7, 2007
11:27 am
206
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...
Martin
herfson
Offline Send Email
Dec 10, 2007
7:44 pm
207
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...
capiman26061973
Offline Send Email
Dec 10, 2007
7:49 pm
208
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...
Martin
herfson
Offline Send Email
Dec 10, 2007
8:23 pm
209
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...
cippalippa1967
Offline Send Email
Dec 11, 2007
11:51 am
210
... 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....
braintechsrl
Offline Send Email
Dec 11, 2007
12:40 pm
211
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...
antoine.drouin@...
poinux
Offline Send Email
Dec 11, 2007
8:33 pm
212
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...
Thiadmer Riemersma (I...
compuphase2
Offline Send Email
Jan 3, 2008
11:14 pm
213
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...
y53@...
y_square.china
Offline Send Email
Jan 4, 2008
11:23 am
214
... 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...
fordp2002
Offline Send Email
Jan 4, 2008
12:36 pm
215
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...
Thiadmer Riemersma (I...
compuphase2
Offline Send Email
Jan 4, 2008
12:37 pm
216
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...
Thiadmer Riemersma (I...
compuphase2
Offline Send Email
Jan 4, 2008
2:23 pm
217
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...
manuu_sv
Offline Send Email
Jan 22, 2008
5:16 pm
218
I know little about c ,but know some of delphi,...
crestxa
Offline Send Email
Jan 25, 2008
5:32 pm
219
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++ ...
fordp2002
Offline Send Email
Jan 28, 2008
3:47 pm
220
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...
temelkovs
Offline Send Email
Feb 3, 2008
1:03 am
221
Hello! I just checked with a LPC2129/01 and the Philips tool V2.2.0, using the free serial port monitor available here: ...
Manuel Köppen
manuu_sv
Offline Send Email
Feb 4, 2008
8:12 pm
222
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...
frederic.bernon
Offline Send Email
Feb 7, 2008
11:35 am
223
Hi group, Is there any CVS or SVN repository for lpc21isp (for anonymous access, to see changes from previous releases) ?...
frederic.bernon
Offline Send Email
Feb 7, 2008
11:35 am
224
Hi, ... Why not use \\.\COM1 on command line instead of COM1 ? Regards, Martin...
capiman26061973
Offline Send Email
Feb 7, 2008
11:38 am
225
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...
capiman26061973
Offline Send Email
Feb 7, 2008
11:40 am
226
... 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...
frederic.bernon
Offline Send Email
Feb 7, 2008
1:27 pm
227
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...
simonqian
Offline Send Email
Feb 22, 2008
7:45 pm
228
Hello, I made small fixes for the -control option ragarding debug output. Please incorporate into version 1.53. Thank you. ... +++ lpc21isp.cxx...
vnach
Offline Send Email
Feb 25, 2008
3:13 pm
Messages 199 - 228 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help