Trying to send a CAN message every second but after a few tries it returns the HAL_CAN_ERROR_PARAM error. Tried to check if there is an empty mailbox available before sending the next can message but the mailboxes arent emptied. Main.c is below, the ...