Question
[BUG] CubeMX, STM32H723, EXTI/Input, LL drivers
STM32H723 has startup/default GPIOs configuration as "Analog mode".
If i select EXTI at PE11 (and probably many other pins), CubeMX generate code which does not change pin mode from "analog" to "input" (and thus EXTI doesnt work).
Tested on CubeMX v6.10 and observed also on v6.20. Code generated for GPIO LL drivers.
