AS per CAN communication protocol we have 15 bit of CRC field.
Who is responsible for inserting the CRC field into CAN transmitting messages and validating the Receiving messages using checksum?
Either it will be a Hardware part of CAN controller in the Microcontroller or any CAN transceiver(such as TJA1051)? if it's microcontroller then it's HW part or do we need to write software logic to handle this ?
