Other Parts Discussed in Thread: TCAN4550
Hello,
I am working on TMS570+TCAN4550. It works in polling mode now, and I want to use the interrupt mode for RX. I configured GPIO1 and GPIO2 as MCAN_INT 1 and MCAN_INT 0, and connect those two GPIO signals to 2 GPIO pins of TMS570 which support the external input interrupt. My questions are:
1. the difference between MCAN INT 0 and MCAN INT 1
2. Is the INT0/1 level trigger or edge trigger? If it is edge trigger, which edge (rising, or falling)?