STM32G0B1V FDCAN AutoRetransmission
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 transmission of a frame, when the ACK is not received the peripheral automatically resends the frame after a minimum delay (about 50 usec).

Is there any way to increase the delay between the frames?
When I repeat the test with a different platform, STM32F072VB and STM32Cube_FW_F0_V1.9.0 library, I have a different behaviour: the frame is retransmitted after 1.7 msec.

Is there any way to increase the delay between the autoretransmitted frames with the STM32G0B1VC?
Many thanks
Thomas
