> > 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
Message
Re: [lpc2000] Execute Code in RAM?
2005-03-10 by 42Bastian Schick