Main Menu
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 - Joze

#1
LPC2xxx / Re: Window / Command line
March 04, 2009, 12:33:20 AM
Thank you!

Now I understand the concept.
I should call:

FM COM(1, 57600) DEVICE(LPC2368, 14.7456) HARDWARE(BOOTEXEC, 50, 100) ERASE(DEVICE, PROTECTISP)

It is working now.

Joze
#2
LPC2xxx / Window / Command line
March 03, 2009, 05:31:21 AM
Hello!

I have problem with programming LPC2368 throught ISP.
In Flash Magic window works excellent, but in command line doesn't.
I use next steps in command line:
     FM COM(1, 57600)
     FM DEVICE(LPC2368, 14.7456)
     FM HARDWARE(BOOTEXEC, 50, 100)
     FM ERASE(DEVICE, PROTECTISP)
After this command is answer:
     Connection failed: unable to connect (no response from device)

Did I miss any directive or command before executing "FM ERASE(DEVICE, PROTECTISP)"?