Hello, i just generated this yahoo group to give space for discussion about lpc21isp and for uploading beta version without my interaction. Regards, Martin...
2
lpc21isp@yahoogroups....
May 22, 2005 3:04 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...
3
lpc21isp@yahoogroups....
Jun 6, 2005 8:31 am
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...
4
capiman26061973
Jun 6, 2005 11:48 am
LPC2131 -> 0002FF01...
5
Martin Maurer
capiman26061973
Jun 8, 2005 6:39 am
Hello, is there someone on the mailinglist which has a Philips LPC, which is not listed here (up to date liste is on ...
6
lpc21isp@yahoogroups....
Jun 15, 2005 10:53 am
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...
7
cbladow
Jun 17, 2005 7:43 pm
This file works in Linux and correctly identifies the LPC2131 using the -detectonly option. It complains about an unknown record type 04 (as did versions...
8
lpc21isp@yahoogroups....
Jun 19, 2005 8:34 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...
9
Thiadmer Riemersma (I...
compuphase2
Jun 22, 2005 8:39 am
... This is the "record type" in the Intel HEX file format; record type 04 is an "extended linear address record". I have not looked into this issue, but I...
10
Aalt Lokhorst
schutnl
Jun 22, 2005 5:54 pm
Found something at: http://www.xs4all.nl/~sbp/knowledge/fileformats/intelhex.htm -- ============================== Aalt Lokhorst Schut Geometrische...
11
lpc21isp@yahoogroups....
Jun 29, 2005 5:58 am
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...
12
burtswp
Jul 1, 2005 9:45 pm
I just built the v1.27 source. It was built with MS VC 6. I tried to download code to my LPC2131 board. Previous versions worked until the code got to a...
13
capiman26061973
Jul 1, 2005 9:52 pm
Hello, ... 10000 can you create a logfile with option "-debug" and redirect all output to a file ? Is the philips util working with this speed at the same ...
14
burtswp
Jul 1, 2005 11:44 pm
The Philips utility works at the 38400 baud rate on the same com port. I just tried the new lpc21isp at 9600 baud and it does not work. I captured the output...
15
Martin Maurer
capiman26061973
Jul 2, 2005 6:56 am
Hello Luciano, i had a quick look into your logfile and i see only successfully uploaded blocks. Can you describe how the error looks like ? Is it uploading ...
16
Martin Maurer
capiman26061973
Jul 2, 2005 7:36 am
Hello Burt, according the logfile lpc21isp is sending out question marks and doesn't receive anything from LPC2131. Have i understand correctly that you are ...
17
burtswp
Jul 2, 2005 2:05 pm
I'll cut to the chase. I downloaded the 1.27 zip file again and rebuilt it again. It now works just fine. Background: I tested yesterday with versions 1.22,...
18
Luciano Almeida
lucianoalmeida1
Jul 3, 2005 6:08 am
And of course you are right... The problem was that when I called for the program on the makefile, it used an older version (1.22). Using the command line (for...
19
Martin Maurer
capiman26061973
Jul 5, 2005 9:33 am
Hello, i must forward your "thanks" to all developers of lpc21isp who help me to get it up and running. Special thanks to Thiadmer and Robert, without them i ...
20
slawcus
Jul 19, 2005 10:55 am
Hi, i just compiled v1.27 without errors with Borland C++ Builder 6 and tested binary (just a simple -detectonly option) without problems. Some notes: BCB6...
21
lpc21isp@yahoogroups....
Jul 21, 2005 7:23 am
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...
22
lpc21isp@yahoogroups....
Jul 21, 2005 7:26 am
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...
23
Martin Maurer
capiman26061973
Jul 21, 2005 7:55 am
Hello together, i just uploaded (and also updated the webpage) with the following things: Version 1.27 can now be downloaded via http://www.clibb.de There i...
24
gert_vervoort
Sep 16, 2005 7:17 pm
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...
25
gert_vervoort
Sep 16, 2005 7:32 pm
... 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...
26
radim100
Sep 26, 2005 6:40 pm
HI , Could anybody please post compiler versions 2.0 or 2.1 for Windows. I do not have VC to compile source code . Thanks....
27
aeiderman
Oct 1, 2005 4:35 pm
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...
28
Rob Jansen
ligfietser2003
Oct 1, 2005 4:35 pm
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...
29
alfavizag
Oct 1, 2005 4:35 pm
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...
30
Rob Jansen
ligfietser2003
Oct 3, 2005 3:39 pm
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)...