Copy function from IAR stm32f2/f4 flash to ram and run it
Posted on July 11, 2016 at 10:34 I want to copy a function from Flash to RAM and RUN it. I know that IAR includes the __ramfunc type for functions that allows you to define a function in RAM but i dont want to use it for 2 reasons: ...