Flash Magic Forum

In-System Programming Support => LPC9xx/LPC9xxx => Topic started by: eagle on November 15, 2006, 11:09:01 PM

Title: Problems with P89LPC935
Post by: eagle on November 15, 2006, 11:09:01 PM
Hi,

I have a problem with P89LPC935.

I have designed a electronic board for the signal of RST.

This signal is correct, then first i send this signal to he uC. Then I intent program the device.

In this moment, i use the Flash Magic. The first time the device is programed, but when i wish to program more times, the device don't do anything, the Flash Magic tell me "Unable to communicate. Ensure no other applications are using the COM port. Try raising or lowering the baud rate".

I don't understand anything. Why the device is good the first time and never more
Title: Re: Problems with P89LPC935
Post by: erikm on November 16, 2006, 05:05:33 AM
I don't understand anything. Why the device is good the first time and never more
Title: Re: Problems with P89LPC935
Post by: eagle on November 16, 2006, 05:35:18 AM
Then,  What I must do?

What is "Notouch"?

I only have a computer with Keil uVision3 and my board connected with a RS-232 for programming.

I am lost, because I must test several times and I cannot.

Any idea
Title: Re: Problems with P89LPC935
Post by: erikm on November 16, 2006, 07:41:38 AM
there is a link to NoTouch at this site.  READ about NoTouch for the P89C (that is where the explanations are) and use the NoTouch for LPC

Erik

Title: Re: Problems with P89LPC935
Post by: DB1BMN on November 16, 2006, 01:32:42 PM
Hallo,

I
Title: Re: Problems with P89LPC935
Post by: Andy Ayre on November 16, 2006, 01:42:11 PM
If a device fails to enter ISP mode then it doesn't mean that the device can't be used.

Are these brand new devices?
Are you using the MCB900 board or something else?
If you are using something else is the circuit design identical to the MCB900?

Title: Re: Problems with P89LPC935
Post by: DB1BMN on November 16, 2006, 02:12:13 PM
Hi,

yes the devices are new from german vendor Reichelt.
The Board im using is the one published in the german Electronics-Magazine "Elektor", November 2003, whis is a copy of the MCB900.
[...]
But wait, now I
Title: Re: Problems with P89LPC935
Post by: erikm on November 17, 2006, 05:12:45 AM
I would never get the idea that there was an error in the hardware of an 3rd party!


did you start in this business yesterday? :)

Title: Re: Problems with P89LPC935
Post by: eagle on November 19, 2006, 11:01:29 AM
Ok, i already have the Notouch() routins, but

Where do i call the function in my program in Keil?
Title: Re: Problems with P89LPC935
Post by: erikm on November 20, 2006, 06:03:13 AM
wherever you want
examples
at SRATUP: if TxD is held low (known as 'the backdoor')
if a string e.g. "QWERTY" is received serailly
if 1 and 7 are pressed simullatneously
if p1,4 is pulled down
if ,,,,

Erik