Posted on March 02, 2015 at 20:24Hello,My problem is using the STVD debugger. The development platform is win7 64. The tools are STVD 4.3.6, Raisonance Ride7 7.50.14.0185, RKit-STM8 2.54.14.0283. The debugger starts normally, no errors, it appear...
Posted on May 30, 2015 at 23:29I think I understand your request.You need to add some standard modules that are included in the STM8S library.To set/clear bits like PA1 you need to add stm8s_gpio.c to your project, then use one of the built in funct...
Posted on May 10, 2015 at 02:02Attached is a snippet from one of my recent projects, it's a different processor, but should work the same. I didn't have time to research the differences between the two processors, but this circuit worked the first ...
Posted on March 15, 2015 at 21:08If you have not already solved your problem. Here is how I handle external interrupts. This is for STM8S105 (same processor as STM8S discovery uses), also I use Raisonance not Cosmic, but the method is the same. H...