Hi Daniel,
I add the relevant files to the attachment. The test project is in the lin_test.zip, you can build it and download the .elf file to the MCU. Then you can use CANoe to simulate the master(BCM) to communicate with MCU. You can see the communication is successful in the trace window.

Then I try to disturb the 'HDHM_FL_21' message by CAPL tool. When I press the button 'a' on the keyboard, the bit 4 of data byte 1 in 'HDHM_FL_21' message is inverted. The expected result is that the slave(HDHM_FL) set the response_error signal(HDHM_FL_ResponseError) and transmit it in next frame. But actually the slave stop transmitting the messages.


Besides, when I disturb the bit 4 of data byte 4 in 'HDHM_FL_21' message, the performance of slave meets the expectations. You can see the HDHM_FL_ResponseError signal in the next 'HDHM_FL_21' message is set to '1'.


You can follow these steps to reproduce the issue. I am waiting for your reply. Thanks!
Jeff