CAN Errors
I've inherited some CAN driver code and I'm looking at the error handling. Currently the only error that is enabled is BO (Bus Off). When this error is seen the CAN peripheral is reinitialized and all error flags in IR are reset. Anybody have any experience with any of the other error flags? Should I enable any of the others? Maybe it's enough to have just BO enabled because eventually any kind of serious error will trip BO??
Thanks.
Mike
#ir #bo #can