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