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

[SPI] re-add high-speed mode #730

Merged
merged 3 commits into from
Nov 18, 2023
Merged

[SPI] re-add high-speed mode #730

merged 3 commits into from
Nov 18, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Nov 18, 2023

Add a new control register flag to override the clock presclaer selection. When set, the effective clock speed is f_main / 2. Fine-tuning of the clock is still possible by using the 4-bit clock divider bits.

🐛 This PR also fixes a bug in the SPI shift register that was introduced within the last version.

@stnolting stnolting added enhancement New feature or request invalid This doesn't seem right labels Nov 18, 2023
@stnolting stnolting self-assigned this Nov 18, 2023
@stnolting stnolting marked this pull request as ready for review November 18, 2023 17:05
@stnolting stnolting merged commit 56a30c9 into main Nov 18, 2023
8 checks passed
@stnolting stnolting deleted the spi_highspeed branch November 18, 2023 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant