Skip to content

STM32H5 GPIOs #4731

@usbalbin

Description

@usbalbin

I noticed that the PEx and PFx pins are missing from Peripherals struct. - Missread the nucleo doc

Also

let mut pin = Output::new(p.PC15, ...);
pin.toggle();

does not output anything. I believe that pin is used for OSC32, I imagine there is something extra that needs to be done? Should that be handled by embassy or by the user?

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