User Activity

Posted on November 21, 2013 at 18:35Hi, I have an STM8S003F3 that is configured as a slave in a bidirectional half-duplex mode. During the time it receives bytes, I can wait on the RXNE flag to know the byte has been completely received. However, I ...
Posted on November 19, 2013 at 18:21I have encountered an issue with STVD which is persistent also in the latest version (4.3.4). The issue seems to be pre-compilation (my guess would be generation of the project.lkf file), but I'll get to it in a m...
Posted on November 15, 2013 at 18:36Hi, I'm looking for the proper (standard?) way for cold rebooting an STM8. I see that the first interrupt handler in the interrupt vector is what is called on startup. With my COSMIC compiler, the name of that fun...