modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
720 stars 128 forks source link

[stm32] add advanced initialize on iwdg #1139

Closed victorandrehc closed 4 months ago

victorandrehc commented 4 months ago

This PR reinstates the ability to directly set the prescale and reload values on iwdg without letting modm to calculate this value directly.