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

Feature request - SPI #36

Open
Wratox opened this issue Jan 22, 2025 · 4 comments
Open

Feature request - SPI #36

Wratox opened this issue Jan 22, 2025 · 4 comments

Comments

@Wratox
Copy link
Contributor

Wratox commented Jan 22, 2025

Add support for the SPIx peripherals.

Might try to add this myself, but is there any reason to not go straight for embedded_hal v1.0.0?
If so do you think stm32-rs/stm32h7xx-hal#476 is a good place to start?

@astapleton
Copy link
Contributor

astapleton commented Jan 22, 2025

@Wratox I have a SPI implementation already that implements Master + Slave + embedded-hal 1.0.0 that I will start putting up for review soon!

@Wratox
Copy link
Contributor Author

Wratox commented Jan 23, 2025

@astapleton Alright, nice!

I did start on it and I did the pins for SPI for stm32h573, is that something you have a use for or have you already implemented that?

@astapleton
Copy link
Contributor

@Wratox yes, that would be helpful. I don't have pins for anything other than the STM32H503 right now

@Wratox
Copy link
Contributor Author

Wratox commented Jan 23, 2025

@astapleton It's available at spi.rs at my spi branch.
I also did the pins for stm32h523, there's a comment in the code about what datasheets I've mapped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants