STM32F746G_Discovery touch screen buttons stop working on hard reset
Hello,
Using a STM32F746G-Discovery board and TouchGFX 4.20.0, the on-screen buttons of the "Button example" as distributed with the TouchGFX package do not respond after the board is reset via the reset button or on a power-up reset. When flashing the code and the ST-Link debugger resets the processor, it works fine, as well as when the processor is reset with STM32CubeProgrammer. Also works as expected under debugger control.
The processor is running fine, as established through a simple LED flashing routine in the HAL_TIM_PeriodElapsedCallback ISR.
Has this "feature" been seen elsewhere? Any ideas to the cause of this?