Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAN Message IDs are wrong #329

Open
OAkyildiz opened this issue Sep 18, 2019 · 0 comments
Open

CAN Message IDs are wrong #329

OAkyildiz opened this issue Sep 18, 2019 · 0 comments

Comments

@OAkyildiz
Copy link

CAN arbitration IDs foun in throttle_can_protocol.h does not agree with
Throttle FW Wiki page

In the throttle_can_protocol.h

#define OSCC_THROTTLE_CAN_ID_INDEX (0x90)
#define OSCC_THROTTLE_ENABLE_CAN_ID (0x90)

/*
 * @brief Throttle disable message (CAN frame) ID.
 *
 */
#define OSCC_THROTTLE_DISABLE_CAN_ID (0x91)

/*
 * @brief Throttle command message (CAN frame) ID.
 *
 */
#define OSCC_THROTTLE_COMMAND_CAN_ID (0x92)

Other IDs for messages are potentially inaccurate as well, at least for enable/disables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant