我采用的办法是在主函数前加上
#pragma CODE_SECTION(xxxx,".TI.ramfunc");
如果xxxx是定义在主函数的函数,那么在map中可以看到已经在ram中运行,但是这个函数不是定义在主函数的,那么在map中就可以看到他还是在flash中,没有搬运到ram中去
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.
我采用的办法是在主函数前加上
#pragma CODE_SECTION(xxxx,".TI.ramfunc");
如果xxxx是定义在主函数的函数,那么在map中可以看到已经在ram中运行,但是这个函数不是定义在主函数的,那么在map中就可以看到他还是在flash中,没有搬运到ram中去