2025-01-14 10:49 PM
Hello,
Where can I find documentation on the error counters of the FDCAN_ErrorCountersTypeDef structure? I would be particularly interested in how the incrementation of TxErrorCnt behaves if hfdcan1.Init.AutoRetransmission = ENABLE; (How often does the CAN peripheral attempt to transmit in the event of an error (e.g. no other node attached) and by how much is the TxErrorCnt incremented per transmission attempt?) I'm using STM32H755ZI
Many thanks for any clarification
Solved! Go to Solution.
2025-01-15 02:10 AM - edited 2025-01-15 02:14 AM
2025-01-15 01:51 AM - edited 2025-01-15 01:57 AM
Hello,
CAN FD fault confinement mechanism is following the CAN 2.0 standard and TEC/REC error counters are following the same CAN error confinement management:
2025-01-15 02:10 AM - edited 2025-01-15 02:14 AM
2025-01-15 06:53 AM
Hello
Thank you very much for the quick answers. I was able to find the required information in the CAN FD specification from Bosch.
Best regards