Hallo everybody, I have a question about the FDCAN peripheral of the STM32G0B1VC.I’m using the STM32Cube_FW_G0_V1.6.0 library and I have initialized the bus with AutoRetransmission:CanHandle.Init.AutoRetransmission = ENABLE; During the transmissi...
Thank you SofLit.The reason to have this delay is that the system must operate communicating with an already available device. It looks like this device in case of communication error will keep failing to send the ACK unless a certain time before the...