FDCAN Transmit Pause details and FDCAN Protocol Exception , where can I find details on these Function States? What are they for? (checked all documentation and references before posting, thanks )
After Digging endlessly through the HAL code, I figured it out. to activate TX IT complete notifications : if (HAL_FDCAN_ActivateNotification(&hfdcan1, FDCAN_IT_TX_COMPLETE, FDCAN_TX_BUFFER0 | FDCAN_TX_BUFFER1 | FDCAN_TX_BUFFER2) != HAL_OK) { Err...
i'm having the same issue. if 0 isn't an acceptable third argument for (HAL_FDCAN_ActivateNotification(&hfdcan1, FDCAN_IT_TX_COMPLETE, 0), then what is? I can't find any information given on the task.