Associate II
December 12, 2024
Solved
FDCAN no ACK
- December 12, 2024
- 1 reply
- 2297 views
Hi,
I am trying to use a STM32G491KEU6 with FDCAN, but the communication is failing at line:
if (HAL_FDCAN_AddMessageToTxFifoQ(&hfdcan1, &TxHeader, TxData) != HAL_OK) { ...
I found out that this is a problem that receiver is not sending a ACK bit - cannot it be a software issue? I am using two STM32G491KEU6 with the same code mentioned bellow, while I am also using a TCAN3403DRBRQ1 transceiver on both boards.
The boards seems ok, I can even see a transmittion on the line with oscilloscope, but there is probably no ACK.
Thank you for any help
