Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Demis Biscaro

#1
LPC2xxx / Re: LPC2378: problem with command line interface
September 09, 2008, 05:50:53 AM
Thank you!
I've used the 'Save Command Line Directives' and I've found that the HARDWARE directive is needed. After adding it the operation is executed correctly.

Thanks again and bye!

Demis
#2
LPC2xxx / LPC2378: problem with command line interface
September 08, 2008, 07:23:11 AM
Hello to all the users of this forum! :)
I've a problem to erase LPC2378 CPU through Flash Magic command line.

If I start Flash Magic GUI and configure it with these parameters:

COM Port:          COM 1
Baud Rate:         19200 (or 57600, 115200, 9600)
Device:              LPC2378
Interface:           None
Oscillator (MHz):  12.000000

Advanced options: "Use DTR and RTS to control RST and P0.14" enabled

I can erase the flash memory of the CPU.

On the opposite, If I execute the following command line

FM DEVICE(LPC2378, 12.000000) COM(1, 19200) ERASE(DEVICE, PROTECTISP)

the operation fails with this response: "Connection failed: invalid command".
I've tried to set other baud rate and I've seen that only if I set a baudrate equal to 1200 b/s

COM(1, 1200)

the operation is executed correctly. Otherwise the operation fails.

I've tried also to power off and then power on the device before trying a new connection but I've obtained no results.

I don't understand why all works properly with GUI while I've that problem with command line.
Have you any suggestions?

Thank you,

Demis