Tesla Roadster digital speedo crashing on latest firmware #324
Comments
markwj
added a commit
that referenced
this issue
Jan 22, 2020
|
Resolved in 6a7a3d2. Built in 3.2.008-115-gb01f8153. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the xTimerCreate call in the digital speedo of Tesla Roadster vehicle support module is crashing. It happens on the reception of a CAN frame.
Backtrace:
That is configASSERT( ( xTimerPeriodInTicks > 0 ) ) on the xTimerCreate function (which is 1 / portTICK_PERIOD_MS from Tesla Roadster vehicle support module).
The text was updated successfully, but these errors were encountered: