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.

TMS320C6678: BIOS下的SWI和裸机下的中断向量

Part Number: TMS320C6678


bios的swi module 默认16个优先级 序号大的优先级高,而6678有12个中断向量(INT4-INT15),以及128个系统中断事件。

请问bios下的swi module和裸机的中断向量是一个什么样的关系?

假如我创建了一个swi0,那么post swi0的时候,触发的是哪个中断事件?对应于哪个中断向量?这个中断映射关系是怎么配置的?

另外我看到信号量的中断事件号是16号事件,这个信号量中断和信号量post有什么关系?