I have an STM32F415VG custom board with a 25MHz external oscillator.I created an empty project with CubeMX setting the clock to use HSE+PLL to have 72MHz SYSCLK. Nothing else is enabled except the Serial Wire Debug port.I import the project in KEIL, ...