HSE fails to initialize in STM32F205ZG using SPL
hello!
I was devolving my project on the "STM3220xG eval-board" (based on controller "STM32F207IGH6"). Now as my custom made controller board is ready (based on "STM32F205ZGT6"), I ported my code for it by changing in peripheral's Pin-numbers and Keil settings (controller selection).
In my custom made controller board I've kept the crystal settings same as eval board, but still due to an unknown issue my clock source keeps on switching on HSI (16Mhz). I've tried with 16Mhz crystal as well with PLL-M=16, PLL-N=240, PLL-P=2, PLL-Q=4 and HSE_VALUE =16000000 but still, no positive results.
on the other hand, I've ported the same code for NUCLEO-F207ZG with PLL-M=8, PLL-N=240, PLL-P=2, PLL-Q=4 and HSE_VALUE =8000000 and its working quite well.
can anyone help me with the understanding of "Clock's Initialization" or rectifying my issue?
Thanking with Regards
Aatif Shaikh
