Software does not run without debugger

Announcements

Webinar: Integrated solutions for smaller, simpler low-voltage motor control design.
Join the webinar to experience!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User22563
Level 1
Level 1
We observed that our code is working correctly with debugger.
It rotates motor correctly.
But when we remove debugger it doesnt Working. Motor does not rotate.
Current 20 mA is consumed and Voltage i have measured are as follow without debugger
Input votage 12 v
VDDC 1.5V
VDEXT 5V
VDPP 5V
VCP 12 V
and with debugger also hving same voltage level except VCP it has 12+14=26v.
0 Likes
2 Replies
Fiz
Moderator
Moderator
Moderator
First like received 50 replies posted 25 replies posted
Hello Roshan,

we executing code in debugger mode the watchdog is disabled.
Therefore I assume you are facing SW problems with your code.
Can you observe resets at the RESET pin?

Best,
Fiz
0 Likes
User22563
Level 1
Level 1
Yes, I observed reset pin is having constant 5v
0 Likes