1.怎么使用SYS/BIOS对28377D的双核进行管理,使得不同的进程能够在不同核内运行,同步,数据传输。
2.能不能把烧写在FLASH的程序全部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.
1.怎么使用SYS/BIOS对28377D的双核进行管理,使得不同的进程能够在不同核内运行,同步,数据传输。
2.能不能把烧写在FLASH的程序全部copy到RAM中运行,不需要每个函数单独分配到ram运行。
普通的全局变量和const全局变量放到FLASH中,在ram中运行的函数使用这些全局变量会比全局变量放到RAM中占用时间长?