We are using Sys Config Tool for defining object ID for CAN message. I am integrate J1939 stack first time with CTS/RTS. I have one Message Object define as below which send RTS and Data.
CAN_setupMessageObject(CANB_BASE, 5U, 470177524, CAN_MSG_FRAME_EXT,CAN_MSG_OBJ_TYPE_TX, 0, 0,8);
In order to read CTS I need to read CAN buffer. is it possible to receive all CAN data and pass to J1939 Stack or is there any way to implement CTS data reading.