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.

关于MTOCIPCFLG[0] and MTOCIPCFLG[31]这个位的用处?



f28m35中的M3 to C28 Core Flag (MTOCIPCFLG) Register

这个寄存器的bit0 and bit31在Technical Reference Manual第570页中用来判断IPC的状态,而在261页没有相应的描述,那其他bit1~bit30呢?

我做C28与M3之间的信息交换是不是按照第570页的来做就可以了?

  • MTOCIPCFLG中除了bit 0 to bit 3可以引发,MTOCIPCINT1 to MTOCIPCINT4中断。

    其他的位都是用于进行软件通信时候的标识位,从本质上来说并没有实际意义,实际意义由客户的程序赋予。

    您按照570页来做即可,具体的也建议您参考TI例程包中的IPC例程。