Hi
I set up a Can network with only 2 devices (TM4C1231D5P), based on the ti stellaris library and some custom code.
It works fine, but if i short the CanHi and CanLo line, we do this to test robustness, i get both devices into a bus-off state and i cannot recover from this.
It seems like both units sit in the bus-off state and wait for good frames. I try to recover by setting the CanEnable() but this does not help.
Is there a way to recover from this?
Any help is appreciated.