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

Fix for calculating CAN timing settings for STM32 #15317

Merged
merged 2 commits into from
Nov 2, 2022

Commits on Aug 4, 2022

  1. Fix for calculating CAN timing settings.

    NominalPrescaler value needs to be as high as possible to ensure a good approximation of the target CAN speed.
    Previous usage of macro IS_FDCAN_DATA_TSEG1 refers to (unsupported by Mbed ) FDCAN CAN controller settings and leads to too low prescaler values.
    Usage Macro IS_FDCAN_NOMINAL_TSEG1 yields optimum results.
    See also correct macro usage in line ARMmbed#158.
    chdelfs authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    581cd80 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Update can_api.c

    Modified comment as discussed.
    chdelfs authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9cd4854 View commit details
    Browse the repository at this point in the history