H7A3 HSE crystal choice
I'm going way out on a limb and designing a small uController board based on the STM32H7A3. I've been prototyping the software for a while now on a STM32 Nucleo H7A3 and a STM32 H7B3 Disco board. The Nucleo board uses the 64 Mhz HSI clock but calls out a 25 MHz crystal if you want to populate and use the HSE. The Disco has a 24 MHz HSE crystal installed. The acceptable range for the HSE frequency is 4-50 MHz per the data sheet. CubeMX gives a lot of control over the clock with PLLs and dividers but a 25 MHz clock is really awkward to generate things like standard UART baud rates. Can anyone see any advantage to using a 25 MHz clock as opposed to a clock frequency that is an integer multiple of 4 MHz?
Thanks
