- How can a CAN-FD communication failure be separated from a decoding failure?
- First inspect the raw CAN-FD frame in a CAN dump, BLF recording, ASC recording, or CANoe trace without relying on the DBC. If the raw frame is absent or unstable, investigate communication. If it is present and consistent but decoded values are wrong, investigate the DBC and decoding setup.
- Why can ordinary CAN traffic work while CAN-FD traffic fails?
- CAN-FD adds configuration and a faster data phase that ordinary CAN traffic does not use in the same way. A mismatch in CAN-FD configuration, timing, or compatibility can therefore affect CAN-FD frames while ordinary CAN frames remain visible.
- What does an incorrect CAN-FD payload length indicate?
- It can indicate that the observed frame does not match the selected DBC message, that the sender configuration differs from the expected definition, or that the received frame is not the intended message. Compare the raw frame with the message definition before changing the communication setup.
- When should a network gateway be investigated?
- Investigate the network gateway when the expected CAN-FD frame is visible on one side of the network boundary but not the other, or when its identifier or payload behavior changes across that boundary. This pattern does not by itself prove the gateway is defective, but it narrows the location of the missing behavior.
- What evidence should be retained before changing settings?
- Retain the original BLF recording, ASC recording, CAN dump, selected DBC, observed identifier, payload length, timing configuration, and CANoe trace details when available. This preserves the comparison needed to determine whether a configuration change altered the actual failure.