C6678 上移植操作系统 遇到中断响应,任务切换。涉及到 保存CPU寄存器 和 恢复CPU寄存器 的操作。
这些寄存器怎么操作呢?有没有移植成功的人,给出一个汇编代码的例子呢?
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.
可以在TI网站下下载新版本的SYSBIOS,里面有源代码,你可以参考SYSBIOS的实现方法来移值你自己的OS