The demo of some of the code is provided in the documentation, but I'm not sure where to add the code?
/*Intialize CANFD configuration parameters. */ ........ |
/* Registered callback function to receive data. */ static void sblDataCallback(CANFD_MsgObjHandle handle, CANFD_Reason reason) ....... |
thanks