Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] Re: Executing firmware in upper flash sectors?

2006-03-15 by 42Bastian Schick

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.