I have a very peculiar problem with my STM32F745 MCU. I have generated code with CubeMX which is very basic and doesn't initialize any peripherals at all. Main simply initializes the HAL, clock & then goes into an infinite loop that increments a coun...