cancel
Showing results for 
Search instead for 
Did you mean: 

STVD Debuger error

pavelp1800
Associate II
Posted on December 08, 2011 at 15:57

In debugger STVD permanently there are failures. Only reboot helps

0690X00000602iOQAQ.jpg
7 REPLIES 7
pavelp1800
Associate II
Posted on December 09, 2011 at 06:02

The debugger was killed by one command of the assembler (bcp a,#0). After changeover on bcp a,#1 all began to work.

newtonpro
Associate II
Posted on January 31, 2012 at 15:50

Have you solved the problem?

Stm32User
Associate II
Posted on February 17, 2012 at 15:50

I have seen this problem before it use to happen a lot.  I think STVD leaks memory, that is it does not free up all PC resources it uses.  When you use it most of the day you can get this problem.  You need to shut down and restart the application which frees up the resources.

I have not seen this problem with later versions of STVD.  Maybe if you are using an older version you should download the latest version.

pavelp1800
Associate II
Posted on February 17, 2012 at 19:15

Marco.R  This problem not the unique ....

newtonpro
Associate II
Posted on February 29, 2012 at 12:58

But do you use an assembler language or C? If assembler, have you  the same problems like me with jp and call instructions?

Bye

pavelp1800
Associate II
Posted on March 07, 2012 at 09:31

I use Сosmi�?'s assembler and C. STVD assembler creates not a working code.....

newtonpro
Associate II
Posted on March 12, 2012 at 13:25

Have you ever tried IAR for STM8 (It's free). Look my last reply on: Problems with JP and CALL instructions.