I am transmitting a CAN signal using bluepill but there is no signal on the CAN Bus. I added two counters which will check whether transmission was successful with the following code.if(HAL_CAN_AddTxMessage(&hcan, &TxHeader, TxData, &TxMailbox) == HA...