1. I want to add CAN bus off interrupt callback function in EB. I found in CANIf module, there is CanIfDispatchCfg, and if I set callback function name in CanIfDispatchUserCtrlBusOffName, and set "CDD" in CanIfDispatchUserCtrlBusOffUL, then can I set a callback function for bus off interrupt?
2. If not, can I set CAN bus interrupt callback function in EB? Here I use S32K344 and RTD 4.0.0.0.
Actually, when I follow the point 1 to set the bus off interrupt callback function, then after I build the project, some error reported, "CAN bus off callback function is not declared here".