Yahoo Groups archive

Lpc2000

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

Message

Re: [lpc2000] Execute Code in RAM?

2005-03-10 by 42Bastian Schick

>
> My question is, how code can be executed in RAM.
> How can i call a function in RAM?

Simply:

void (*myfunc)();

myfunc = (void (*)())0x40000000;

myfunc();

-- 
42Bastian Schick

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.