Part Number: MSP430F5419A
Hello,
I want to execute code from RAM for algorithms. Inside this algorithm I am using memset, shift, abs() and division. The IAR IDE uses TI library for theses functions and I have the following warning:
Warning[Ta039]: Call to a non __ramfunc function ("__nounwind memset") from within a __ramfunc function
Warning[Ta039]: Call to a non __ramfunc function ("__nounwind labs") from within a __ramfunc function
Warning[Ta037]: Library call from within a __ramfunc function
How could I specify the tool to put these library functions inside RAM?
Best regards
Michel