当 CPU 中断矢量中的矢量 ID 16 (RTOSINT)被激活时、中断如何工作?
在用于执行 RTOS 程序的上下文切换代码中似乎使用"asm (" trap #16")激活 RTOSINT。
我想知道这个中断是如何继续的。
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.
当 CPU 中断矢量中的矢量 ID 16 (RTOSINT)被激活时、中断如何工作?
在用于执行 RTOS 程序的上下文切换代码中似乎使用"asm (" trap #16")激活 RTOSINT。
我想知道这个中断是如何继续的。