Solved
F746 Disco - Why does TIM6 trigger and stop application running in init
I have used CubeMX to generate an application structure for the STM32F746 DISCO board.
When trying to run the most basic application, during the initialisation, TIM6 is set to be the HAL tick source, when it is enabled, it immediately jumps to its interrupt, and then gets repeated called, stopping any further progress.
This is also happening with the TouchGFX code taken from the example library.
