External Crystal not working on STM32L073Rz Nucleo Board.
The Nucleo Board takes clock (8MHz) from ST- Link Programmer and we want to switch it to external (8MHz) crystal which is not working.
We programmed the RCC->CR register to 0X03030300U so that it sets to external crystal but it shows 0X03050305U ( HSEBYP, HSEON, HSI16RDYF, HSI16ON is set).
This is making the uC to operate on its internal clock.
Everytime the HSERDY bit is zero that says that the External clock is not stable.
We tried changing different external crystal's of 8MHz on the STM32L073RZ Nucleo Board and also changed different values of cap's (18pf, 20pf, 27pf, 33pf) but none of them worked.
Please guide.