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(PeriphDrivers): Correct HART UART Driver Transmit Bugs #1206

Closed
wants to merge 3 commits into from

Commits on Oct 2, 2024

  1. Prevent HART buffer indexing issues

    Interrupts could occur while manually loading the FIFO resulting
    in bogus data being transmitted in some cases.
    jdk-maxim committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b9c44e4 View commit details
    Browse the repository at this point in the history
  2. Use APB Clock for HART UART

    Use of APB clock instead of ERFO prevents case of interrupts not working
    when system/peripheral clock is slower than UART clock.
    jdk-maxim committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c574d47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036cc30 View commit details
    Browse the repository at this point in the history