hello.
i used FLexCAN + KSDK 1.3
i want use flexCAN interupt.
void canCom1_MbHandler(void) { FLEXCAN_DRV_IRQHandler(canCom1_IDX); }
When I send data it is interruption works.
when I obtain data this interruption works.
*how to define that this interruption from transmission or from reception?
in this function.
* How to desable Tx interrupt