Posted on May 17, 2011 at 10:00Hi Joel, you can place a function in RAM using ''void yourfunc(void)__attribute((section(''.data'')));'' as declaration of the function. With attribute section you can place functions to every section defined in your ...