Hey kel,
// Sends remote request to slave
ImSMO15_MesIstekGonder();
// Configure receive message object to get the data sent from the slaves.
ImSMOI15_MesafeAl();
// Does the same job with the ImSMOI15_MesafeAl
Im_CANMesajAl();
// gets the data from message objects
Im_CANMesajObjesiIsle();
I also added this functions to my interrupt handler after Im_CANMesajObjesiIsle.
CANMessageClear(CAN0_BASE, 2);
CANMessageClear(CAN0_BASE, 4);
CANMessageClear(CAN0_BASE, 6);
CANMessageClear(CAN0_BASE, 8);
Nothings seems to change.
My regards..