Hello,
I'm trying to run the flexcan_encrypted_s32k144 example project on the S32K144EVB-Q100.
CAN FD disabled and Bitrate 500kbit/s.
When I'm trying to send CAN-messages via Vector I get an the following error and no CAN-message is received on the board:

If I turn on the TX Self-ACK in vector the board receives the CAN-messages.

So I guess the ACK is not set by the board.
I connected two evalboards and they communicate without any issue between each other. Could it be that the example projects ignores the ACK?
Is there a possibility to configure to check the ACK?
Best regards