Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: PQPGuy on October 17, 2017, 07:16:08 AM

Title: LPC2388 programs only once
Post by: PQPGuy on October 17, 2017, 07:16:08 AM
This has comes up before.  The first time, the chip programs fine.  Every subsequent attempt runs for a while and then fails with an error message saying something like unable to send/receive.  I am very new to this, and, frustratingly, everything worked ok for the previous firmware programmer.  Can someone please help me troubleshoot this?  I have a debug file, but I don't know how to attach it.

Many thanks.

PS  Yes, I am able to read the device signature.  (It says "boot loader v.3.3").
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 17, 2017, 09:02:01 AM
Your post has been approved, so you should be able to reply and attach the file. However first try changing the line feed settings in the advanced options. Try all four combinations.

Andy
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 17, 2017, 09:11:12 AM
Andy, thanks for replying, but where is the attach option?  Incidentally, your non-robot verification is rejecting correct answers.  I was asked about the Italian currency, answered "lira" and got the answer rejected.
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 18, 2017, 12:44:16 AM
Quote from: PQPGuy on October 17, 2017, 09:11:12 AM
Andy, thanks for replying, but where is the attach option?  Incidentally, your non-robot verification is rejecting correct answers.  I was asked about the Italian currency, answered "lira" and got the answer rejected.

Click on the reply button (don't use quick reply), then click on "Attachments and other options"

Italy hasn't use the Lira since Feb 28th 2002.
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 18, 2017, 12:54:55 AM
Quotethen click on "Attachments and other options"

Yes, but there is nothing relevant there.  All I see is two check boxes: "notify me of replies" and "don't use smileys".
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 18, 2017, 01:01:14 AM
Please try now. You may need to clear your browser cache.
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 18, 2017, 01:20:15 AM
QuotePlease try now

Ah!  Much better now.  Please see attached.
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 12:58:04 AM
What are your line feed settings in the advanced options? Did you try the other combinations?

Andy
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 19, 2017, 01:05:06 AM
Are we talking about Flash Magic or your website?
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 01:16:47 AM
Flash Magic
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 19, 2017, 01:27:27 AM
There is no such option that I can see.  Where should I go?  Options --> Advanced Options --> ???
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 01:40:00 AM
I just looked again at your debug file.

The title of this topic is LPC2388, but your debug file shows you have selected LPC1754.

Also your debug file shows you are using an old version of Flash Magic, something like 6.31, but we are now on version 10.67...

Andy
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 19, 2017, 02:14:14 AM
I must have uploaded the wrong file.  This should be the right one (see attached).
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 02:25:44 AM
This one appears to be from Flash Magic version 5.7x to 5.91, still very old. We can't support such old versions.

However I do see in your debug file that Flash Magic sends a line of data and the device fails to echo it back. Looks like the bootloader stopped responding while programming 0x40000000 -> 0x40000200.

Try removing the first 512 bytes from your hex file (you can do this manually in Notepad) or relocate all of your code to above 0x40000200 and re-test. If you can reliably program then it would seem to be a problem with programming/accessing the first 512 bytes of flash. If you can't then it might be a problem with the power supply to the device - would be helpful to know if it fails at random times or always the same block of memory.

Note that to provide further help it would need to be with the latest version of Flash Magic.

Andy
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 02:31:19 AM
Also you might want to try lowering the baudrate and see if that helps. I've seen some devices struggle at 115200.
Title: Re: LPC2388 programs only once
Post by: PQPGuy on October 19, 2017, 02:39:33 AM
Andy,

Yes, there IS a power controller (89LPC931) that goes to sleep if it doesn't hear back from the device for 60 seconds.  Which FM setting (in the latest version) should I use to overrule this behavior?  I have the "use DTR and RTS to enter ISP mode" option checked and the "assert DTR and RTS while COM port is open" one unchecked.

Lowering the baudrate proved pointless.  Of course, I've tried this like one million times.

Many thanks.
Title: Re: LPC2388 programs only once
Post by: Andy Ayre on October 19, 2017, 02:51:21 AM
What exactly does the LPC2388 need to do to tell the 89LPC931 to keep it alive? Send data on the UART? Some other signal?