Thanks, it would be enough to start :)
--- In lpc2000@yahoogroups.com, 42Bastian Schick <bastian42@...> wrote:
>
> Srdan Suka schrieb:
> > Is there some example of such "boot-manager"?
>
> Not that I know of.
>
> main()
> {
> if ( testIO() ){
> asm(" bl 0x2000");
> } else {
> asm(" bl 0x4000");
> }
> }
>
> Just add the correct startup code and write testIO.
>
> --
> 42Bastian
>Message
Re: Executing firmware in upper flash sectors?
2006-03-15 by Srdan Suka