embassy-rs / stm32-data

70 stars 102 forks source link

STM32H723ZG is missing implementation of RccPeripheral for OCTOSPI1 #384

Closed msrd0 closed 7 months ago

msrd0 commented 7 months ago

The OCTOSPI2 peripheral has an rcc config, but the OCTOSPI1 is missing rcc information.

msrd0 commented 7 months ago

Possibly because the enable bit in the register is called quadspien in this crate instead of OCTOSPI1EN in the reference manual.