cancel
Showing results for 
Search instead for 
Did you mean: 

[BUG] CubeMX, STM32H723, EXTI/Input, LL drivers

Michal Dudka
Senior III

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.

2 REPLIES 2

Hello @Michal Dudka​,

Thanks for your feedback.

Could you please share your .ioc file to further check the problem?

Thanks in advance.

Khouloud.

Michal Dudka
Senior III

Ok, there is it:

http://www.elektromys.eu/h723_logger.ioc

Michal Dudka