We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up issue from #66
The following config for SPI1 is not available on every part in the F7 family:
SCK: [ gpio::gpiog::PG11<Alternate<AF5>>, ], MISO: [ gpio::gpiog::PG9<Alternate<AF5>>, ], MOSI: [ gpio::gpiod::PD7<Alternate<AF5>>, ],
This pin config should be disabled for F70x-F73x parts. We should double check this with the datasheets and make a minor change to spi.rs.
spi.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow up issue from #66
The following config for SPI1 is not available on every part in the F7 family:
This pin config should be disabled for F70x-F73x parts. We should double check this with the datasheets and make a minor change to
spi.rs
.The text was updated successfully, but these errors were encountered: