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

STM32H7: increase i2c slave rx limit. #15212

Merged
merged 1 commit into from
Feb 1, 2022
Merged

Commits on Jan 28, 2022

  1. STM32: increase i2c slave rx limit.

    Use uint16_t variables for i2c slave_rx_buffer_size and slave_rx_count
    variables. This allows to receive more than 255 bytes in slave mode. The
    bytes are received one by one in slave mode so there are no hardware
    limitations forcing a 1 byte rx count limit.
    Mathieu Othacehe committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3c0c9c2 View commit details
    Browse the repository at this point in the history