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...
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 ...
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...
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 ...
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 ...
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,...
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...
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 ...
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...
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....
Jul 21, 2005 7:23 am
22
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....
Jul 21, 2005 7:26 am
23
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...
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...
... 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...
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...
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...
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...
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)...
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...
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...
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...
... 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....
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,...
... 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)...
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...
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...
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...
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) ...