embassy-rs / stm32-data

70 stars 102 forks source link

add comp_v3 and apply to stm32wle #382

Closed lucasgranberg closed 7 months ago

lucasgranberg commented 7 months ago

COMP1 and COMP2 on stm32wl differs only on the WINMODE bit for COMP2. I opted to skip that bit.

embassy-ci[bot] commented 7 months ago

diff: https://ci.embassy.dev/jobs/39afd4bfe409/artifacts/diff.html

embassy-ci[bot] commented 7 months ago

diff: https://ci.embassy.dev/jobs/ffec264c27c1/artifacts/diff.html

lucasgranberg commented 7 months ago

L4 should have the same core but there are some differences in the register layouts (WL has INMESEL). guessing the wl is the odd one out as usual.

STM32WLE image STM32L4 image

Dirbaio commented 7 months ago

thanks :crab: :rocket: