Hi xianlong,
Seems that you are using LIN STACK. You are right, the LinIf_RxIndication is for slave.
/**
* @brief The LIN Driver will call this function to report a successfully received response and
* provides the reception data to the LIN Interface. This function is only applicable for
* LIN slave nodes (available only if the ECU has any LIN slave channel).
*
* @details This is a function stub only.
*
* @Param[in] Channel Identification of the LIN channel.
* @Param[in] Lin_SduPtr Pointer to pointer to a shadow buffer or memory mapped LIN Hardware receive
* buffer where the current SDU is stored. This pointer is only valid if the
* response is received.
*
* @Requirements
*/
void LinIf_RxIndication(NetworkHandleType Channel, const uint8* Lin_SduPtr)
{
I need to consult this with SW team and will update this thread as soon as I have their feedback.
Due to the Christmas vacation period, our response times may be longer than usual. We appreciate your patience as our team navigates this busy season.
Please be assured, we are committed to responding your inquiries as quickly as possible.
Thank you for your understanding and happy holidays!
Best Regards,
Robin