stm32-data
stm32-data copied to clipboard
tracker to roll-up naming violations. currently known: - [x] pll3_1 - [x] noclk -> disable - [x] pllp -> pll1_p - [x] sysclk -> sys - [x] rcc_pclk_d3 - [x]...
rm0433 h7(42|43|53|50): no SMPS, VOS = reserved, 3, 2, 1 rm0468 h7(23|25|33|35): SMPS, VOS = 0, 3, 2, 1 rm0399 h7(45|47|55|57): SMPS, VOS = reserved, 3, 2, 1 rm0399 h7(a3|b0|b3):...
This doesn't follow any of the sai_vx.yaml patterns. It is a new (and hopefully improved) SAI block. If no one is working on this, I work on getting a PR...
This started as a bug reporting missing definition for the SAI on the L431, but I did some digging and it's missing/present somewhat arbitrarily across the families. It also appears...
I've now ported a nontrivial firmware application over to stm32-metapac and I'm delighted with the results. It has enabled me to extend my G0 prototype to support C011 with very...
Hi! This crate looks exciting and at @Dirbaio's suggestion I'm trying to evaluate it for an application. I was about a week away from doing this myself out of frustration...
The F1 GPIO mapping works completely different, by "remapping" all the pins for a peripheral together. Invent some YAML format to represent that, and extract it from the GPIO XMLs.
Closes https://github.com/embassy-rs/stm32-data/issues/509