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 81 - 110 of 427   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
81
Hi All I used the command prompt for uploading the .hex file. Anybody knows how to erase the flash memory contents using the command prompt. Thanks Richa...
gupta_richa165
Offline Send Email
May 11, 2006
4:55 am
82
Hello, ... at the moment there is no command line option to just erase the complete (certain ?) memory content. A workaround could be to just create an...
Martin Maurer
capiman26061973
Offline Send Email
May 11, 2006
5:12 am
83
hi Martin How can we create a .hexfile Thanks Martin Maurer <capiman@...> wrote: Hello, ... at the moment there is no command line option to just erase the...
richa gupta
gupta_richa165
Offline Send Email
May 11, 2006
5:44 am
84
Enter interactive mode, then you need to enter commands according to the manuaul from Philips. I.e The start command is a single "?" character, you need to...
Anders Hedberg
hedex_1
Offline Send Email
May 11, 2006
6:44 am
85
I am using USB cable and the port it shows is suppose COM10 and the philips flash utility has only ports upto COM5 Thanks Richa Anders Hedberg...
richa gupta
gupta_richa165
Offline Send Email
May 11, 2006
2:04 pm
86
Hi Martin I tried to creat hex file with 0x00 contents and when i upload it it does not work it just stops at synchronising i am attaching hex file too thanks ...
richa gupta
gupta_richa165
Offline Send Email
May 11, 2006
5:55 pm
87
Hi ALL Can we use philips flash utility with usb cable Thanks Richa richa gupta <gupta_richa165@...> wrote: Hi Martin I tried to creat hex file with 0x00...
richa gupta
gupta_richa165
Offline Send Email
May 11, 2006
9:46 pm
88
Yes, always a problem with USB comports, most of them can be moved to a lower comport number. If you look in a manual I've written and go down to "Advanced...
Anders Hedberg
hedex_1
Offline Send Email
May 12, 2006
7:12 am
89
If you mean a USB to serial converter then yes. ... phone. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Mark Norton
timothymarkn...
Offline Send Email
May 13, 2006
5:23 am
90
Hi All i got this syntax to send the IAP command but don't what will ebt he value of result unsigned long command[5]; unsigned long result[2]; or unsigned long...
richa gupta
gupta_richa165
Offline Send Email
May 15, 2006
4:18 pm
91
... This syntax works pretty well, here is an exemple I use in a fully developped target, and I use those command to remote-program the target Another LPC21 is...
Cyril Holweck
lets_dream_fr
Offline Send Email
May 18, 2006
8:56 am
92
Can I assume that LPC is programmed correctly if the programming step finish successfully in the Philips utility? The problem is that we use memory protection...
Gus
gus_is_working
Offline Send Email
Jun 16, 2006
5:52 pm
93
mmmmm.... you want free software to help you prevent others from watching your code ! In french one would say "le beurre, l'argent du beurre et le cul de la ...
Antoine
poinux
Offline Send Email
Jun 17, 2006
4:41 am
94
Yes you can. You can read back and compare your code until next RESET. (with isp flash utility I presume) ... ...
----
rfidro
Offline Send Email
Jun 17, 2006
4:42 am
95
Hi, Each transfer of code is sent to the LPC using CRC and response from the target, so if the programming finishes successfully, it is guarantied that the...
Cyril Holweck
lets_dream_fr
Offline Send Email
Jun 19, 2006
7:22 am
96
Hello, I have some LPC based boards that using an ethernet/serial bridge . Actually in order to using lpcisp , I have to install a virtual com port redirector...
nourson54
Offline Send Email
Jul 7, 2006
9:37 am
97
Hi, I use lpc21isp all the time and it works great, thanks! I have recently switched over to an LPC2103, using code protection. As noted by others, you must...
djk253
Offline Send Email
Oct 13, 2006
9:31 pm
98
Hello, Our production services use lpc21isp for programming the LPC devices. Programming is done in two seps. First the firmware is uploaded into the device...
Marko Panger
fe64970103
Offline Send Email
Oct 19, 2006
6:20 pm
99
Marko Panger Wrote ... I did do an early alpha type version that merged various sources. It should be in the files section. I haven't seen anything that does...
subscriptions@...
robertadsett
Offline Send Email
Oct 19, 2006
6:55 pm
100
Hi, flash programming is somewhat strange. As I have not looked at the algorithmous in the LPC21xx for some time, here are a few general hints: Flash is erased...
Anders Hedberg
hedex_1
Offline Send Email
Oct 20, 2006
7:02 am
101
Hi, First thanks for the hints. The serial number is stored into its own block. Right now we are doing it as you suggested. The problem is that programming of...
Marko Panger
fe64970103
Offline Send Email
Oct 20, 2006
7:37 am
102
We once had to do this for a central service center, if you are running with a USB-serial interface you can run as many programmers as you wish from one ...
Anders Hedberg
hedex_1
Offline Send Email
Oct 20, 2006
10:00 am
103
Hi, new to arm and am having a problem with ISP on my Mac OS X machine. The version of lpc21isp is 1.33 and is connecting to an embedded artists lpc2148 board...
aeth_r
Offline Send Email
Nov 30, 2006
9:31 pm
104
... Hello Maybe you can try baudrate 38400 We had a similar problem. Mine worked with Ubuntu Dapper Linux... But some other students couldnt get it to work...
Bart Elsen
bart_elsen_86
Offline Send Email
Dec 1, 2006
6:18 am
105
Ok, thanks for the suggestion to switch to 38400. It didn't solve the problem, but now in the debug mode could see ascii from the original program that runs on...
aeth_r
Offline Send Email
Dec 2, 2006
12:32 am
106
... Sounds like you have the DTR and RTS lines hooked up backwards, P0.14 must still be low when the processor leaves reset. Check the timing with a scope. ...
Robert Adsett
robertadsett
Offline Send Email
Dec 2, 2006
12:43 am
107
... I'm running on Mac OS X, with a LPC2106 board successfully. My command line looks as follows: lpc21isp target.hex /dev/cu.USA28X3b1P1.1 115200 14746 ...
Rob Probin
robzeduk
Offline Send Email
Dec 2, 2006
11:25 am
108
The link (http://guest.engelschall.com/~martin/lpc21xx/isp/index.html) is no longer active. Is there somewhere else that the binary for the Windows version can...
jpbplxs
Offline Send Email
Dec 2, 2006
11:29 am
109
I could put up a (low-bandwidth ~2 mbps) subversion/trac repository for both source and binaries. Please reply if this is a good idea or perhaps done by ...
Anders Hedberg
hedex_1
Offline Send Email
Dec 2, 2006
4:57 pm
110
... Not necessarily, If the board is set up 'properly' both lpc21isp and Philips Utility will take care of the boot process for downloading ensuring the...
Robert Adsett
robertadsett
Offline Send Email
Dec 2, 2006
6:28 pm
Messages 81 - 110 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