This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5419A: code executing from RAM with TI library + IAR

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

**Attention** This is a public forum