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.
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?
> in motor1CtrlISR function,all functions and their related sub functions are running in ram?
No, only motor1CtrlISR() itself is allocated to the given section and only the content of that section is placed into RAM.
hello:
1)I don't quite understand. Can you give an example to illustrate ?
2)how to verify where it is running,ram or flash?
Hi Youjun,
Please have a look at similar threads for more information - (+) TMS320F28379D: Need to execute ISR from RAM cause the code runs too slowly in FLASH - C2000 microcontrollers forum - C2000︎ microcontrollers - TI E2E support forums
Thanks
Aswin