Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: tungsys on April 10, 2013, 02:59:51 AM

Title: LPC23XX Ethernet Bootloader Starting Address
Post by: tungsys on April 10, 2013, 02:59:51 AM
Hi Andy,

I have another question regarding the starting address of application that download by Ethernet bootloader.

In normal condition (without the bootloader) I run my application and it work well.

But when I download it with Ethernet bootloader, it doesn't work no matter I changed the starting address from 0x0 to 0x2000

What other parameter should I change in my application so that I can work after downloaded by Ethernet bootloader.

The application I am using is the tiny webserver from Keil
You can find it here: http://www.keil.com/download/docs/295.asp

Thank you for your great support.
Title: Re: LPC23XX Ethernet Bootloader Starting Address
Post by: Andy Ayre on April 11, 2013, 01:15:34 AM
You need to look at the map file and ensure the reset vector is at 0x2000 and nothing is located below that address.

Note - please start a new topic for new questions.

Andy