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.
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.
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.