Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: TDP on February 04, 2014, 12:55:47 PM

Title: LPC2368 not able to "Execute" or "Reset"
Post by: TDP on February 04, 2014, 12:55:47 PM
Hello,
Using an LCP2368
Succesfully Programmed using the builtin ISP.
But I am not able to Run the main Application.

Flash magic sucesfully erases, programs and verifies the new program.
I have both my RESET line and P2.10 line high
But I can not find how to "Execute" / "Run" the program.  from the Flash Magic Tool. 

Under Option the "Execute" check-box is not there.  If I use the "Execute/Go" button on the top it asks for address to Run to but I can not find which address to Go to.

How do I make my main program start running from Flash Magic?
Title: Re: LPC2368 not able to "Execute" or "Reset"
Post by: Andy Ayre on February 10, 2014, 09:10:46 AM
You should use the Go command. The address to enter is the starting point for your firmware - i.e. the reset vector.

Andy