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(h5): review system clock configuration #2599

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Dec 9, 2024

SPI clock selection have to be explicitly done and ensure frequency allows standard SPI freq based on the SPI baudrate prescaler.

Also prevent to use HSE as it is not operational
as oscillator. See Errata sheet.

Fixes #2598

@fpistm fpistm added the fix 🩹 Bug fix label Dec 9, 2024
@fpistm fpistm added this to the 2.10 milestone Dec 9, 2024
@fpistm fpistm marked this pull request as draft December 12, 2024 08:00
@fpistm fpistm force-pushed the h5_spi branch 2 times, most recently from 4daecca to dc2b99a Compare January 21, 2025 09:46
@fpistm fpistm changed the title fix(h5): review SPI input clock fix(h5): review system clock configuration Jan 21, 2025
SPI clock selection have to be explicitly done
and ensure frequency allows standard SPI freq
based on the SPI baudrate prescaler.

Also prevent to use HSE as it is not operational
as oscillator. See Errata sheet.

Fixes stm32duino#2598

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm marked this pull request as ready for review January 22, 2025 13:23
@fpistm fpistm merged commit 82b932a into stm32duino:main Jan 22, 2025
24 checks passed
@fpistm fpistm deleted the h5_spi branch January 22, 2025 13:29
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.

[STM32H503] SPI1 does not send anything
1 participant