你好,请问F28075的CAN支持寄存器操作模式吗?
看到历程中有个CAN初始化使用CanaRegs结构体寄存器模式操作的。
我单独初始化没问题,但是在其他地方调用该函数,编译报警
unresolved symbol _CanaRegs, first refernced in ./F2807x/F2807x_can.obj;
还有,请问CAN发送,是不是数据从IF寄存器写入到Message Object 就可以了?
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.
你好,请问F28075的CAN支持寄存器操作模式吗?
看到历程中有个CAN初始化使用CanaRegs结构体寄存器模式操作的。
我单独初始化没问题,但是在其他地方调用该函数,编译报警
unresolved symbol _CanaRegs, first refernced in ./F2807x/F2807x_can.obj;
还有,请问CAN发送,是不是数据从IF寄存器写入到Message Object 就可以了?