UCSolarCarTeam / Epsilon-Embedded-Software

4 stars 1 forks source link

Fix Minor Motor Over Speed Bug #122

Closed bill-luu closed 5 years ago

bill-luu commented 5 years ago

The error flags actually start at bit 1, not zero:

image

As a result the Motor Over Speed fault is mapped to the wrong bit in CCS.

bill-luu commented 5 years ago

@avneetgill found that it was actually a non-issue, as the mask was applied to the other bit.