I can code my processor.
My processor stops working on delay command and after 6000+ cycles.
What would be the reason ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 3:43 AM
Video;:
I tried internal and external clocks, the result did not change.
- Labels:
-
Interrupt
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 4:12 AM
> My processor
Which STM? What hardware?
> stops working
What does it mean? Where is the PC when it "stops working"?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 5: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-06 6: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.
