2021-10-06 03:43 AM
Video;:
I tried internal and external clocks, the result did not change.
2021-10-06 04:12 AM
> My processor
Which STM? What hardware?
> stops working
What does it mean? Where is the PC when it "stops working"?
JW
2021-10-06 05:46 AM
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
2021-10-06 06:47 AM
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.