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.

F28335 FLASH中的程序搬到RAM中运行



怎样将即将运行的函数搬运到RAM中运行,在调用完函数时,释放空间,再把其它要运行的函数搬运到RAM中运行,怎么实现?有没有例程之类的