Hi,
With mcan_external_read_write_xwrL14xx-evm, I found below interrupt number 37 is generated by syscfg for MCAN.
ti_drivers_config.h
/*
* MCAN
*/
#include <drivers/mcan.h>
/* MCAN Instance Macros */
#define CONFIG_MCAN0_BASE_ADDR (CSL_APP_MCAN_MSG_RAM_U_BASE)
#define CONFIG_MCAN0_INTR (37U)
#define CONFIG_MCAN_NUM_INSTANCES (1U)
But in TRM, I found the interrupt number for MCAN is 21/22.
Would you pls kindly advice which MCAN interrupt number is correct? As MCAN demo can work, I think it is ok, but I can't understand why it is not matched with the info in TRM.
Thanks,
Chris