Hello, i need your (admin) help with sourceforge. Someone here who knows how to admin releases on sourceforge ? I am able to commit changes and create new...
I've found some problems in using last 1.68 version. Compiled in linux (OpenSuSE 11.1). I've always used previous versions without problems; last version I've...
Hello, I am the author of the 1.66 "start address" modification. It works well with rowley crossworks (which is gcc-based, anyway), since it correctly sets the...
... Thank you for your help. ... You're right, there is an -e entry or --entry=entry option in ld. In my ld script I've got the start point (which is address...
... I've found out the reason: there is a bug in the FreeRTOS boot.s startup code: in particular the "start" symbol is in the wrong place. I moved it in the...
... Very interesting information! Thank you for reporting your solution! ... Since it is recorded here, it's a good starting point for searchers. Maybe one day...
Hi Members, I'm thinking of an application which is running on a Symbian mobile phone(e.g. Nokia E51) and is able to flash an ARM LPC 2129 via bluetooth. I...
Hello, i just built in support for LPC17xx devices into lpc21isp. Uploaded file (beta section) is lpc21isp_169.zip I have not yet a running board with a...
... I have an LPC1766 board and will check it tomorrow. But, according to LPC17xx user manual, the checksum is located at 0x1C offset, not 0x14 as in, for...
I've tried it on hardware. First, it cannot work without -halfduplex option: vap@hedgehog:/tmp/lpc21isp-1.69$ ./lpc21isp -detectonly -control -debug /dev/null...
I've compiled a tiny test program and tried to download it to flash. It does not work because in LPC17xx SRAM starts at 0x10000000, not 0x40000000. So, I...
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....
Jun 29, 2009 6:42 pm
410
Hi all, Not sure if u've handled this subject before or not .. I used to flash my old LPC2136 using virtual serial connection (via Bluetooth) on Winarm .. Now...
... If you can rebuild lpc21isp you can try adding your part ID to the code that's what I did with my newly purchased olimex-lpc2378 STK that happened to have...
Hello Moonchild, ... can you tell me what version of LPC21ISP you are using ? Latest version is V1.70. You can download from the file section of this group,...
Hmmm. No reply so far... I'm just trying to flash via lpc21isp via Windows and BT. Unfortunately I'm not able to get a connection because the tool can't open...
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 19, 2009 10:06 am
415
I've solved "Error 2" now. It was related to the high number of COM port. COM17 seems to be not supported. I've set it to COM2 and I was able to get to the...
... COM17 is supported, you just have to know the counter intuitive way that Micros*£t handle COMxx etc. They consider it a network address. You have to...
hi,friends, Â Â Â Â i am new user of Ubuntu. i am using lpc2138 ARM7 processor. can anybody tell me, how can i load hex file in lpc2138 using Ubuntu OS?? ...
... depends on your board and serial connection, the general form is like: lpc21isp -hex -verify yourhex.hex /dev/ttyS0 yourbaudrate your_osc_freq you can try...
yes, i interface my board with serial port. i download lpc21isp.c and makefile.but i can't understand  how to use these files to load the prog in lpc2138?? ...
Hello, ... you must download the complete package, not only lpc21isp.c and the makefile. You also need make and gcc (which are perhaps already existing on your...
The NXP has a built in loader you enable via a jumper on power up. LPC21ISP is the PC program that talks to the NXP via the built in loader. As previously...
Sorry, one final note, the /dev/ttyS0 would be the serial port you are using on your pc and it may not be S0!. Jim lpc21isp -hex -verify yourhex.hex /dev/ttyS0...
Hi, I have a bunch of projects that were set up to download either for flash, or to RAM for testing. I moved from windows to Linux and under my new linux...