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 24 - 53 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24
Hi, When compiled on AMD64 as 64 bit code (version 1.28), it is not possible to contact my lpc2106 board. Compiling as 32 bit code (gcc option -m32) solves the...
gert_vervoort
Offline Send Email
Sep 16, 2005
7:17 pm
25
... Found the problem, in the struct LPC_DEVICE_TYPE there is "unsigned long" defined. On a x86 this is a 32 bit variable, but on x86-64 this variable is 64...
gert_vervoort
Offline Send Email
Sep 16, 2005
7:32 pm
26
HI , Could anybody please post compiler versions 2.0 or 2.1 for Windows. I do not have VC to compile source code . Thanks....
radim100
Offline Send Email
Sep 26, 2005
6:40 pm
27
Please help me to implement code security. From LPC2101_2102_2103.pdf (same in 214x): 6.17.4 Code security This feature of the LPC2101/2102/2103 allow an...
aeiderman
Offline Send Email
Oct 1, 2005
4:35 pm
28
Hi, Since I did not want to reflash for every small test, I decided to add a download to RAM option to the program. In LoadFile() I added support for record...
Rob Jansen
ligfietser2003
Offline Send Email
Oct 1, 2005
4:35 pm
29
Hi guys, i am new to ARM and LPC. I have a prototype board with LPC2212 @10MHZ External crystal. I am not able to dump a single hex file either thorugh ISP or...
alfavizag
Offline Send Email
Oct 1, 2005
4:35 pm
30
Hi, The good thing on posting new code is that bugs will be found ;-) Two bugs discovered: 1) the version string is still defined as 1.28 -> should be 1.29 2)...
Rob Jansen
ligfietser2003
Offline Send Email
Oct 3, 2005
3:39 pm
31
Martin (& All), I just posted lpc21isp version 1.30 in the file section. Now it contains a correct version string :-} and accepts multiple extended linear...
Rob Jansen
ligfietser2003
Offline Send Email
Oct 4, 2005
6:43 am
32
Many thanks Rob ! Regards, Martin ... From: "Rob Jansen" <rob@...> To: <lpc21isp@yahoogroups.com> Sent: Tuesday, October 04, 2005 8:43 AM Subject:...
Martin Maurer
capiman26061973
Offline Send Email
Oct 4, 2005
6:53 am
33
Hi all I'm using LPC2138. I have hex file that has some code in sectors 0- 10, some code in sector 14 and some code in sector 26. LPC21ISP version 1.27 works...
Ali Pouladi
dude_170
Offline Send Email
Oct 4, 2005
5:12 pm
34
Does anybody know where I can find any example code of Custom serial bootloaders for the philips ARM 2106. I what to be able to send a hex file to it and have...
Jason Hankins
pro2100alx
Offline Send Email
Oct 4, 2005
5:15 pm
35
... Hi Rob, I can't reproduce my problem anymore, both version 1.28 (the version I orginal had trouble with in 64 bit mode) and 1.30 work correctly for 64 bit....
gert_vervoort
Offline Send Email
Oct 4, 2005
5:30 pm
36
Rob, How does your version deal with hex-files with holes? My linker script for running in RAM creates 2 areas: MEMORY { ROM (rx) : ORIGIN = 0x00000000,...
gert_vervoort
Offline Send Email
Oct 4, 2005
5:40 pm
37
... My version does not handle this and it does not need to... The startup code (same for both Flash and RAM) will copy the vectors (in Flash at 0x0000,0000)...
Rob Jansen
ligfietser2003
Offline Send Email
Oct 4, 2005
9:27 pm
38
Jason, ... Exactly what do you want to do and what do you mean by 'bootloaders' (PC software of software in LPC) and 'regular program'. The lpc21isp program...
Rob Jansen
ligfietser2003
Offline Send Email
Oct 4, 2005
9:43 pm
39
Following up on my bug report here: http://groups.yahoo.com/group/lpc21isp/message/33 I've done some debugging and this is what I found: At line 2607 in...
Ali Pouladi
dude_170
Offline Send Email
Oct 6, 2005
2:27 pm
40
Well we are giving this product to customers who aren't too tech savvy so I want to be sure they don't mess it up. With the Philips bootloader if the power...
Jason Hankins
pro2100alx
Offline Send Email
Oct 25, 2005
5:17 pm
41
I get this while in debug mode Converted to binary format... Image size: 118199 Warning: data not aligned to 32 bits, padded (length was 1CDB8, now 1CDB8) ...
pro2100alx
Offline Send Email
Oct 25, 2005
5:17 pm
42
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
Nov 13, 2005
9:14 pm
43
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
Dec 2, 2005
6:42 pm
44
When I run it in VC7 debugger it complains about a potential buffer overrrun. It's reported when philpsDownload exited. This is the offending code: char...
lpcarmed
Offline Send Email
Dec 4, 2005
4:43 pm
45
I added rudimentary FTDI USB support by calling the direct FT_W32_ functions of the D2XX driver. Tested with LPC2214 and VC7. With a little bit more...
lpcarmed
Offline Send Email
Dec 4, 2005
5:19 pm
46
Hello Gabe, i think you are correct, the for next loop from 0 to 63 (with the equal sign) is enough. Regards, Martin ... From: "lpcarmed"...
Martin Maurer
capiman26061973
Offline Send Email
Dec 4, 2005
5:29 pm
47
Hello, correct me if i am wrong, but does the FTDI not support a COM Port to access it ? What is the improvement to do it the hard way through the FTDI device...
Martin Maurer
capiman26061973
Offline Send Email
Dec 4, 2005
5:32 pm
48
Yes and no. In my case it was an FT2232C, having 2 channels, one of them is used as COM port, the other one as I2C. The latest drivers still could not really...
lpcarmed
Offline Send Email
Dec 4, 2005
5:56 pm
49
Hello, are these big changes ? Can you post the code here or send it via email to me ? Is it still possible to compile lpc21isp.c standalone or do you need any...
Martin Maurer
capiman26061973
Offline Send Email
Dec 4, 2005
6:37 pm
50
... Since the index 64 doesn't exist I would hope not. That table should be 1 entry larger. Strange, I thought I'd fixed and sent this on with the AD support...
Robert Adsett
robertadsett
Offline Send Email
Dec 6, 2005
1:07 am
51
Hello Robert, the last time i looked into the sources, i see that only [0 to 63] is used (there is a ...uuencode_table[... & 63] inside the code). So i still...
Martin Maurer
capiman26061973
Offline Send Email
Dec 6, 2005
6:02 am
52
... So it is, I must be remembering some other code setup that was using 0 for some purpose and then leaving 1-n for the lookup. Removing the = should be a...
Robert Adsett
robertadsett
Offline Send Email
Dec 7, 2005
4:29 am
53
... way to get the job done. Sounds interesting. Can you upload your code to this forum, or is there a website where we can D/L it? Eric...
Eric Engler
englere.geo
Offline Send Email
Dec 7, 2005
7:14 pm
Messages 24 - 53 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