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.

TMS320F28379D: location of Pragma CODE_SECTION(".TI.ramfunc")

Part Number: TMS320F28379D

Tool/software:

Hi,

The program structure I am testing involves multiple functions that get called from a one or two ISRs.

The program is loaded to the flash memory and to allow execution from RAM I included  #pragma CODE_SECTION(".TI.ramfunc"); . Do I need to do this for all the functions that get called inside the ISRs or are the functions automatically executed from RAM? . I also have some global variables. Do I need to change the way they are defined?

Thank you,

Aditya