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.

关于sysbios中,中断配置的问题

Other Parts Discussed in Thread: AM5726, SYSBIOS

    使用平台为am5726,运行核心为dsp1。sdk版本为04.03.00.05

    最近在调试时发现,官方的ipc组建使用的mailbox中断和gpio3中断冲突,我通过修改ipc mailbox中断映射的方式,解决了。目前,gpio3中断和ipc同时存在的时候,都可以工作,但是dsp的log会输出一个错误。ipc和gpio中断单独存在时不会有。

    ti.sysbios.family.c64p.Hwi: ERROR: line 194: E_alreadyDefined: Hwi already defined: intr# 5

    另外,同样的代码设置gpio4中断,中断不响应。官方有没有一个文档,标出sysbiso所使用的默认的中断映射关系?

    谢谢。