> > 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(); Sorry, does not work... The compiler does not like the second line. My problem is, that i don't know how to declare a function, whose address can be changed during runtime. How is the syntax of a working code? Regards Arvid
Message
Re: Execute Code in RAM?
2005-03-10 by ateichtmann