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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 273 - 302 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
273
We've had kinda the same problem here using a virtual com port to flash a device using lpc21isp. Is this your case ?...
Alexandre
kyz.hyma
Offline Send Email
May 1, 2008
1:25 pm
274
I have a project on Sourceforget http://minion-system.sourceforge.net and I'd like to distribute an executable of lpc21isp for windows so that it is easy to...
profdc9
Offline Send Email
May 6, 2008
4:30 am
275
Hello Dan, ... yes, you can do this. Perhaps you can add a link (or other hint) how to get an up to date version (and sources) of lpc21isp. Would it not even ...
capiman26061973
Offline Send Email
May 6, 2008
4:40 am
276
I just found out that ReadHexFile() function is never even used....
barrieduncan12
Offline Send Email
May 7, 2008
3:35 am
277
I have noticed that through the code it makes mention of CRC checking, what does this consist of? I tried randomly corrupting one byte in my hex file and doing...
barrieduncan12
Offline Send Email
May 7, 2008
5:36 am
278
The following code: // Round CopyLength up to one of the following values: 512, 1024, // 4096, 8192; but do not exceed the maximum copy size (usually // 8192,...
barrieduncan12
Offline Send Email
May 7, 2008
6:08 am
279
As the flash memory of ADuC702x controllers can be used for EEPROM emulation, it is very desirable to have an option to erase only pages, used by program....
varuzhandanielyan
varuzhandani...
Offline Send Email
May 14, 2008
11:44 am
280
Duncan(?), I believe this code is correct. Copy length should be at least 512, but can be set to 1024 or 4096 if not larger than the sector being flashed, and...
steve gallagher
steveg_94521
Offline Send Email
May 21, 2008
5:02 am
281
Can anyone explain the line below? BinaryMemSize = FileLength * 2; It's making the "binary" file twice as big as the hex file. Yet, each binary byte is...
steve gallagher
steveg_94521
Offline Send Email
May 21, 2008
6:42 pm
282
... Guess I have to answer my own post. I see now that there is no definite relation between the size of the hex and binary files; there may be gaps of...
steve gallagher
steveg_94521
Offline Send Email
May 22, 2008
12:29 am
283
Since it is making the memory size twice the file length, and I would expect the content of the file (file length size) would be put into the binary memory,...
Jim Brooks
mspuser2000
Offline Send Email
May 22, 2008
6:20 am
284
Each individual line in an intel hex file specifies the address where that line's data is to be placed in memory. Several other non-data fields are also...
Paul Stoffregen
pauljs97140
Offline Send Email
May 22, 2008
8:54 am
285
Paul, I agree with all you said and that's my concern. It seems that lpc21isp programs right over the gaps. Also, it mallocs the space in the image file and...
steve gallagher
steveg_94521
Offline Send Email
May 22, 2008
4:50 pm
286
... Since the flash must be erased in fairly large chunks (varying from 4K to 32K), the only way arbitrary gaps could be left intact would be first reading the...
Paul Stoffregen
pauljs97140
Offline Send Email
May 23, 2008
1:46 pm
287
Paul, Is your lpc2k_pgm utility available anywhere? I didn't see it in the Files section. I only need Windows and LPC2378. Thanks, Steve ... 4K ... first ... ...
steve gallagher
steveg_94521
Offline Send Email
May 23, 2008
5:33 pm
288
... http://www.pjrc.com/arm/lpc2k_pgm/ Often "not cross platform" means windows only... but not this time....
Paul Stoffregen
pauljs97140
Offline Send Email
May 23, 2008
6:27 pm
289
OK, moving on. After each download of 20 lines of UUencoded data, a checksum is sent. A long is sent; shouldn't it be a byte? Why is it coded to send the...
steve gallagher
steveg_94521
Offline Send Email
May 28, 2008
12:08 am
290
... I realized after I sent this that the extra byte in the data is the length byte at the beginning, not the checksum. So I guess the checksum might be...
steve gallagher
steveg_94521
Offline Send Email
May 28, 2008
4:04 pm
291
There are two variables; IspEnv->debug_level and debug_level (global), which attempt to do the same thing....
steve gallagher
steveg_94521
Offline Send Email
May 28, 2008
4:52 pm
292
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...
boia3333
Offline Send Email
Jul 10, 2008
3:04 pm
293
Hello, ... Command" ... said "ill ... can you call lpc21isp with additional option "-debug" to enable debug output and post the output here ? Can you perhaps...
capiman26061973
Offline Send Email
Jul 10, 2008
3:14 pm
294
... 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...
arthropod42
Offline Send Email
Jul 11, 2008
6:05 pm
295
... 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...
Frank Sergeant
pygmyforth
Offline Send Email
Jul 11, 2008
11:44 pm
296
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...
clue_challenged
Offline Send Email
Jul 14, 2008
5:55 am
297
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...
lpc21isp@yahoogroups....
Send Email
Jul 14, 2008
6:26 pm
298
... 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...
paloalgodon
Offline Send Email
Jul 15, 2008
9:07 pm
299
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...
boia3333
Offline Send Email
Jul 21, 2008
9:57 am
300
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 {...
capiman26061973
Offline Send Email
Jul 21, 2008
10:07 am
301
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...
boia3333
Offline Send Email
Jul 21, 2008
11:36 am
302
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...
lpc21isp@yahoogroups....
Send Email
Jul 21, 2008
3:13 pm
Messages 273 - 302 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