Other Parts Discussed in Thread: AM2632
Hi,
We develop MCU AM2632 bootloader refer sample code examples\drivers\boot\sbl_qspi.
Now we have a problem for CAN RX message.
For CAN drive, TX ISR is work well when send TX message, but RX ISR has lost-trigger problem when receive RX message.
RX ISR can be triggered with lost message, ex, receiver 10 can messages, only trigger 4-5 times RX ISR.(40%-50% message receive)
We try CAN0-CAN3, and they all have this problem.
BUT with the same CAN driver, MCU APP can work well, and has no this problem.
Please provide some suggestion for this problem.
Thanks.