modm-io / modm

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

[iwdg] Enable IWDG on STM32H7 devices #1204

Closed salkinium closed 1 month ago

salkinium commented 1 month ago

The STM32H7 has dual-core devices, each core has their own IWDG named IWDG1 and IWDG2. On single core devices only IWDG1 is available. This patch only fixes the name of the macro.