Closed

Description
I believe the issue comes from
Lines 283 to 297 in 15134d7
From the STM32F413/23 datasheet it should be:
#[cfg(feature = "fmpi2c1")]
pin! {
<i2c::Sda, FMPI2C1> for [PB3<4>],
<i2c::Scl, FMPI2C1> for [PB10<9>],
<i2c::Sda, FMPI2C1> for [PB14<4>],
<i2c::Scl, FMPI2C1> for [PB15<4>],
<i2c::Scl, FMPI2C1> for [PC6<4>],
<i2c::Sda, FMPI2C1> for [PC7<4>],
<i2c::Scl, FMPI2C1> for [PD12<4>],
<i2c::Sda, FMPI2C1> for [PD13<4>],
<i2c::Scl, FMPI2C1> for [PD14<4>],
<i2c::Sda, FMPI2C1> for [PD15<4>],
<i2c::Scl, FMPI2C1> for [PF14<4>],
<i2c::Sda, FMPI2C1> for [PF15<4>]
}
Metadata
Metadata
Assignees
Labels
No labels