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.

TMS320F2800137: RUN IN RAM

Part Number: TMS320F2800137

Tool/software:

HI expert:

when setting as follow

#pragma CODE_SECTION(motor1CtrlISR, "ctrlfuncs");

in motor1CtrlISR function,all functions and their related sub functions are running in ram?

such as DCDCUnderVolt_Detect() is in IPhSamp_UpdatePhCurr();

Adc_ExecFilter() in DCDCUnderVolt_Detect()

Adc_ExecFilter()  is running in ram?