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.
驱动代码使用syscfg生成,应用层代码参考了例程中的ex1、ex2及ex5,希望获得的效果是当控制器收到外部can分析仪发送的数据后触发接收中断,并在产生一条回复。
实际测试中发现只有在静默模式下控制器才能成功收到数据,且静默模式不能对外发送,通用收发模式下并未触发接收中断,即使我已经使用逻辑分析仪在io上测到了外部发送的数据。
上图为syscfg配置
上图为部分应用及isr代码