User Activity

Posted on September 19, 2013 at 11:21Hi, today I have a very special question: I read in the programming manual, that the instructions DIV an DIVW are interruptible. What exactly happens, when an interrupt occurs while calculating is active  - with ...
Posted on August 07, 2013 at 11:41I'm using the BEEP function of my STM8S105, but it doesn't work as expectet.  It's not that I need the exact frequency, but I want to know, why it differs from the correct vallue, when chosing HSE as timebase. Basi...
Posted on October 11, 2012 at 09:36To optimize the code I put nearly all the flags to bit structures. Now I came across a  bug in the CXSTM8 when writing to bits. Reading bits doesn't bring any problem.  The good news for me is that I found a workar...
Posted on April 04, 2012 at 14:17Hi, I'm using COSMIC's CXSTM8 in STVD environment. My Problem: With my last Compiler/Linker I was sure, that unused procedures automatically were not linked to the resulting file. Now I am rather short of programm m...
Posted on July 12, 2011 at 13:13Hi experts, in my application I am trying to write a single byte to an address in the DATA EEPROM area immediately after disabling ''the DATA area write protection by writing consecutively .. MASS keys to the FLASH_DU...