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.

TMS570LS3137-EP: Running Assembly functions from RAM

Part Number: TMS570LS3137-EP

I have to run an assembly function from RAM. I know we have to use "#pragma CODE_SECTION" for functions written in C to run from RAM.

Is there a similar directive to use for assembly function, to run from RAM.