- 我想要将程序烧写到片内FLASH,并且搬运部分代码到RAM运行。当我将程序入口设置成code_start程序会报错,设置成_c_int00,则不会。如图,请问程序入口设置成_c_int00会影响程序烧到FLASH吗?
2.如何判断程序进入RAM运行了? 如果将中断函数COPY到RAM运行,那么中断函数中调用的函数是否也会在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.
2.如何判断程序进入RAM运行了? 如果将中断函数COPY到RAM运行,那么中断函数中调用的函数是否也会在RAM中运行?
谢谢!!