Hi Champs,
Now customer are using F28M35 CAN module. Due to CAN data frame, there is a Acknowledge-slot bit and Acknowledge-delimiter bit. However, i check the datasheet which didn't mentioned CAN module will set Ack bit to transmitter or not. I check the CANMessageGet/CANMessageSet function which didn't mention acknowledge part also. I guess in CAN module, it will automatically set ACK bit after we receive date successfully. I think CAN message handler will set ACK bit. Could you please tell me am I right ? If CAN module won't sent ACK bit automatically, should customer sent it by manually? thanks for your reply in advance.
Also, i check BOSCH CAN SPEC v2.0 which mention active error/passive error. I check on internet which shows when node(receiver) detects error then will sent out error frame. Could you please tell me how node(receiver) detect error and will CAN module sent out error frame automatically ? Or customer need to handle by manually? Thank you.