You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been having a difficult time getting auto speed to work.. When I run it and it encounters the speed of the data, it crashes citing a core 1 panic. Below is the feed from my serial terminal:
Try not beginning CAN0 with a definite speed first. beginAutoSpeed() does the initialization process. It also should automatically be using listen only mode internally so start with beginAutoSpeed then do CAN0.watchFor() afterward and maybe CAN0.setListenOnlyMode(true) if you really don't want to touch the bus.
@collin80 can you perhaps post an example of "beginAutoSpeed()" usage?
and how to retrieve what rate it discovered?
I tried this:
CAN0.begin();
auto result = CAN0.beginAutoSpeed();
Been having a difficult time getting auto speed to work.. When I run it and it encounters the speed of the data, it crashes citing a core 1 panic. Below is the feed from my serial terminal:
I believe I am using the function correctly, but I did not see any examples to confirm or deny this.
Code is:
Is there something I am missing? I am using IDE v2.1.1 with the latest versions from here. Using the builtin with a vp230
The text was updated successfully, but these errors were encountered: