2011-12-08 06:57 AM
In debugger STVD permanently there are failures. Only reboot helps
2011-12-08 09:02 PM
The debugger was killed by one command of the assembler (bcp a,#0). After changeover on bcp a,#1 all began to work.
2012-01-31 06:50 AM
Have you solved the problem?
2012-02-17 06:50 AM
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.2012-02-17 10:15 AM
Marco.R This problem not the unique ....
2012-02-29 03:58 AM
But do you use an assembler language or C? If assembler, have you the same problems like me with jp and call instructions?
Bye2012-03-07 12:31 AM
I use Сosmi�?'s assembler and C. STVD assembler creates not a working code.....
2012-03-12 05:25 AM
Have you ever tried IAR for STM8 (It's free). Look my last reply on: Problems with JP and CALL instructions.