I have a function in CARM
void printHello(void) __ram { }
Experts please tell me how to run a function from Ram in RealView Compiler. Thank you.
Take a look to the on-line file
C:\Keil\ARM\Hlp\RVI.CHM - Embedded Programs - Specific Memory Areas.
Example in: C:\Keil\ARM\Examples\RAM_Function
Thank you expert. You hit my point !!