can I move a C function to sram from program memory?
Posted on August 19, 2016 at 15:14 Hello, for example: there are stand alone function in program memory, it doesn't include another function(s), it is not nested, I want to move to sram and to run it there. void MyFunc(void) // i...