Hi there,
I am using the Flexray RTD drivers version 4.0.2 to transmit frames in non-autosar mode on an S32G399A.
However, it seems that Flexray_Ip_Send() in Flexray_Ip.c sets bState->status = FLEXRAY_STATUS_BUSY;, but then we can't see anywhere in the source code where the status gets set back to FLEXRAY_STATUS_SUCCESS, blocking future transmits.
The only place it gets set is in Flexray_Ip_GetTransferStatus() -> Flexray_GetTransmitStatus(), but only if FLEXRAY_AUTOSAR_MODE_USED is true.
Are we missing something?
Thanks for the help in advance.