Dear Sir,
Could you kindly help explain this Function how to use in MSCAN Init?
MCAN_Init(EXAMPLE_MCAN, &mcanConfig, MCAN_CLK_FREQ);
MCAN_TransferCreateHandle(EXAMPLE_MCAN, &mcanHandle, mcan_callback, NULL);
I found that this function is after MCAN_Init.It seems that this function install a interrupt call back for projce.
I'm very confuse abut this.pls help me.thks a lot.