Hi,
My goal is to let FlexCAN always only send single-shot CAN message.
I am currently using S32K144 SDK to play with FlexCAN.
The current situation is, when a CAN message was not acknowledged by any receiver or any error was reported, the FlexCAN will repeatedly re-transmit this CAN message until it's ACKed or timeout.
For some CAN messages, I just want FlexCAN to send message frame only once without any re-transmitting. Where is that magic reg/bits?
Plus, much appreciate if you could provide an example code on that. (I am just new to S32K)
Thanks