cancel
Showing results for 
Search instead for 
Did you mean: 

I can code my processor. My processor stops working on delay command and after 6000+ cycles. What would be the reason ?

ESeke.1
Associate II

Video;:

https://streamable.com/pw1c68

I tried internal and external clocks, the result did not change.

3 REPLIES 3

> My processor

Which STM? What hardware?

> stops working

What does it mean? Where is the PC when it "stops working"?

JW

ESeke.1
Associate II

STM: STM32L433CCU6

it doesn't run the code inside my loop.

When I pause the debugging, it stays in the assembly lines as seen in the video.

What do you think could be the cause of this problem?

Thanks

TDK
Guru

It goes into system memory at some point. Look at the VECTACTIVE field to see what interrupt it's in, if any. Ensure vector table is set correctly.

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