cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown error during running code on STM32F105R8

Vivek pkd
Associate

Hi all,

I have made a source code that runs fine, But after 6 months I again tried to run the same code. Now the running stuck at some point,

The code stuck at this point is shown below

0693W00000KcfPYQAZ.pngIs this error occur due to any hardware failure like oscillator /capacitor

Anybody, please help???

3 REPLIES 3
TDK
Guru

Could be, or invalid clock settings. Put a scope on HSE to see if it's working.

If you feel a post has answered your question, please click "Accept as Solution".
ONadr.1
Senior III

The best option is measure (by osciloscope, counter, LA), that external oscilator is working. You can try PLL feed from internal HSI oscilator to check if PLL get ready.

Vivek pkd
Associate

Thanks.@TDK​  ,@ONadr.1​  , I checked with the Oscilloscope, I found some irregularities across Oscillator. So I replaced Oscillator with new one, The issue solved