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 <123861172+jchen-dawnscene@users.noreply.github.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added the Fix label Nov 13, 2023
@fpistm fpistm added this to the 2.7.0 milestone Nov 13, 2023
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Nov 13, 2023
@fpistm fpistm merged commit 462c518 into stm32duino:main Nov 14, 2023
22 checks passed
STM32 core based on ST HAL automation moved this from In progress to Done Nov 14, 2023
@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
Projects
Development

Successfully merging this pull request may close these issues.

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