Skip to content

Review SPI1 pin config #67

Open
Open
@mvertescher

Description

@mvertescher

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions