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.

TMS320F280049: the differences between .TI.ramfunc and isrcodefuncs

Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE

Dear Sir,

I am learning the example project "clllc_F28004x" from C2000Ware_DugutakPower_SDK_3_01_00_00.

And I noticed that some isr functions are relocated to section "isrcodefuncs"  but ISR3 is located  to section "ramfuncs".

In the CMD file, two different sections have different load memories in flash and different run memories in ram.

Could you please tell me what the purpose is by making the different?

Is there any different result if I put all the isr functions in the "ramfuncs" section ?