Resolved! code gets stuck on SystemClock_Config() or HAL_Delay() when using External clock
When ever I configure HSE in my ioc file for my custom PCB my code stops at SystemClock_Config() or HAL_Delay(). One time when I replaced 48Mhz crystal oscillator with 32 Mhz my LVCU code worked on HSE but it was considerably slow than HSI even on 1...