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.

TMS320F28375S: 我试用库函数的例程,并且烧录到flash中去,如何把他们搬运到ram中运行

Part Number: TMS320F28375S

我采用的办法是在主函数前加上

#pragma CODE_SECTION(xxxx,".TI.ramfunc");

如果xxxx是定义在主函数的函数,那么在map中可以看到已经在ram中运行,但是这个函数不是定义在主函数的,那么在map中就可以看到他还是在flash中,没有搬运到ram中去