Skip to search.
lpc21isp

Group Information

  • Members: 1067
  • Category: Microcontrollers
  • Founded: May 21, 2005
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 292 - 321 of 546   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
292 boia3333 Offline Send Email Jul 10, 2008
3:04 pm
Hi everyone, I downloaded lpc21isp_v1.59 and tried to load a simple prog on my LPC2468 board, but I got this error: "No answer on Oscillator-Command" using...
293 capiman26061973 Offline Send Email Jul 10, 2008
3:14 pm
Hello, ... Command" ... said "ill ... can you call lpc21isp with additional option "-debug" to enable debug output and post the output here ? Can you perhaps...
294 arthropod42 Offline Send Email Jul 11, 2008
6:05 pm
... Have you remembered the oscillator speed is in Khz, e.g. 12000 for 12Mhz crystal? Most UARTs divide the system clock by a multiple of 16. During ISP your...
295 Frank Sergeant
pygmyforth Offline Send Email
Jul 11, 2008
11:44 pm
... Also note that, even though the board is using a 12MHz crystal, the start up speed may be different. For example, on the LPC2378, the start up speed is...
296 clue_challenged Offline Send Email Jul 14, 2008
5:55 am
I am working on some prototype boards. I was able to program the boards many times with Flash Magic, but since I prefer to use OS X instead of Windows, I...
297 lpc21isp@yahoogroups.... Send Email Jul 14, 2008
6:26 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc21isp group. File : /GUI Front...
298 paloalgodon Offline Send Email Jul 15, 2008
9:07 pm
... Well, I think Philips' own tool gives people the option, although I'm not one to often use it. I like options, in general, however. I see that as the...
299 boia3333 Offline Send Email Jul 21, 2008
9:57 am
I checked the user manual for uP startup speed: that's 14748. I obtained the same output using the binaries for windows lpc21isp_v1.49 and the beta 1.59. I...
300 capiman26061973 Offline Send Email Jul 21, 2008
10:07 am
Hello, ... in the sources (lpcprog.c, line 88) the part id of LPC2468 is stored as { 0x0603FF35, 2468, 512, 98, 28, 4096, SectorTable_213x } instead of {...
301 boia3333 Offline Send Email Jul 21, 2008
11:36 am
This little trick fix the problem. Thanks a lot. My board declares itself as (0x1600FF35), so the lpc21isp did not find that ID in the table. Unfortunately...
302 lpc21isp@yahoogroups.... Send Email Jul 21, 2008
3:13 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc21isp group. File : /Beta...
303 lpc21isp@yahoogroups.... Send Email Jul 21, 2008
3:15 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc21isp group. File : /Beta Versions...
304 Fausto Marzoli
faumarz Offline Send Email
Jul 24, 2008
7:50 am
... I donwloaded the 1.60 sources and compiled them for linux (I'm interested in LPC2478, among others). Thank you for your work. I report a couple of problems...
305 babu_krishnamurthy
babu_krishna... Offline Send Email
Aug 6, 2008
4:51 am
HI all, I am new this group. Where do I find the latest stable release ? where do I find the documentation ? Regards, babu K...
306 capiman26061973 Offline Send Email Aug 6, 2008
4:54 am
Hello, ... the latest version can be found under Files -> Beta Versions Latest version is lpc21isp_160.zip For documentation, there is only inline...
307 Anand Palaniswamy
anand_eee14 Offline Send Email
Aug 7, 2008
5:16 pm
which version lpc21isp to use for lpc2468 chip ? i want to dumb u-boot.bin in lpc2468 using lpc21isp is tat possible, if its possible which version to use ?...
308 capiman26061973 Offline Send Email Aug 7, 2008
5:18 pm
Hello Anand, ... possible, if its possible which version to use ? try the latest one which is "lpc21isp_160.zip". Can you tell me which id your LPC2468...
309 Anand Palaniswamy
anand_eee14 Offline Send Email
Aug 8, 2008
5:17 am
hello martin , I will try tat latest version of lpc21isp and tell the result. I din't get u wat do u mean by id? we have developed our own board with philps...
310 clue_challenged Offline Send Email Aug 9, 2008
2:15 am
... I noticed this too, one is extern and one is static, IIRC, which are conflicting types, I think. I thought I should point out that because of this it will...
311 capiman26061973 Offline Send Email Aug 9, 2008
6:48 am
Hello, ... (global), ... can you do this change on the latest version and upload it as new version ? Otherwise everyone must do the change again and again,...
312 capiman26061973 Offline Send Email Aug 9, 2008
6:52 am
Hello Fausto, ... interested in ... check, without ... the "external .." ... to include ... can you please do all the above changes on latest version of...
313 Fausto Marzoli
faumarz Offline Send Email
Aug 10, 2008
1:33 pm
... Yes, of course: I'm glad to do it. Now I'm going holiday but I'll try to do it anyway, at least I will upload in the first days of september. Regards, ...
314 anand_eee14 Offline Send Email Aug 11, 2008
7:26 pm
is it possible to dumb kernel image file using lpc21isp???...
315 Anand Palaniswamy
anand_eee14 Offline Send Email
Aug 11, 2008
7:33 pm
i worked using lpc21isp_160 version but wen i use make it show some error .... but i solved tat and compiled again it generated lpc21isp and then i dumbed my...
316 capiman26061973 Offline Send Email Aug 12, 2008
5:05 am
Hello Anand, ... lpc21isp can you give a bit more detail, what problem you had and how you solved it ? This is the only way software can improved and prevents ...
317 Anand Palaniswamy
anand_eee14 Offline Send Email
Aug 12, 2008
7:54 am
1.the error it showed was we cannot use static datatype in line 322 in lpc21isp.c we have to remove it first then in open serial port function u have to remove...
318 joao_kareca Offline Send Email Aug 26, 2008
4:48 am
Hi, I'm new here, and I don't know much about LPC21xx. I would like to make some records in my LPC2148, but I don't know how many pins I need to connect and...
319 mfrazier@...
mikefra1013 Offline Send Email
Aug 26, 2008
8:56 pm
I am afraid you will need to hire an engineer to do the design work, it is not possible to just hook a few pins up and make it work....
320 steve_n_guyen Offline Send Email Sep 10, 2008
6:04 pm
Hi, Did someone already use a LPC2102? With the last lpc21isp I cannot detect the chip although I can with flashmagic. RTS and DTR don't look the same with...
321 ignobraz82 Offline Send Email Sep 10, 2008
6:05 pm
... Hi, It actually depends on what do you mean by "records" ... Could you be more exact about it? Sincerely, Alex....
Messages 292 - 321 of 546   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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