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 170 Mhz.
When I created another project to test HSE the same problem continues i.e SystemClock_Config() and HAL_Delay() stopped .
Can some one tell what should be the ioc file setting for HSE so that SystemClock_Config() and HAL_Delay() works.
(LVCU working,distance2 not working)


