DDR Utility can't turn on ddr clock
I am testing our custom board with stm32mp153a and I have customized the DDR utility so that the uart and pmic work. I have used the RAM timings from cubemx that kind of work with TF-a. I have the PLL2 values that also work with TF-a. I get a DDR Initialization KO. Looking deeper into it, it dies when trying to turn on the DDR clock. One thing I noticed is that the code is hard coded to use HSE when this design uses HSI for the DDR clock. If I change it to HSI the utility gets stuck trying to print anything to UART.

