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(SPI): avoid 0 delay when SPI clock > 1MHz #2182

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Nov 13, 2023

Fixes #2181.

Fixes stm32duino#2181.

Signed-off-by: Jidong Chen <[email protected]>
Co-Authored-By: Frederic Pillon <[email protected]>
@fpistm fpistm added the fix 🩹 Bug fix label Nov 13, 2023
@fpistm fpistm added this to the 2.7.0 milestone Nov 13, 2023
@fpistm fpistm merged commit 462c518 into stm32duino:main Nov 14, 2023
22 checks passed
@fpistm fpistm deleted the SPI_delay branch November 14, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

SPI disable deleay is zero when SPI clock > 1MHz
2 participants