User Activity

I'm seeing a lot of conflicting information on STM8S longevity and I'm trying to find some confirmed information. On the STM8S series page, it states that the STM8S series is in the 10-year product longevity program: https://www.st.com/en/microcontr...
I am using an SPBTLE-RF0 and I am having issues writing data more than 72 bytes to a write-only characteristic. I setup the characteristic as follows:       ret = aci_gatt_add_char(serviceHandle, UUID_TYPE_128, uuid, 128, CHAR_PROP_WRITE,           ...
Posted on December 06, 2013 at 21:36I have a STM8S207 board and I'm using STVD version 4.3.3 with the Cosmic compiler.  I am trying to use the @eeprom directive for writing/reading the data EEPROM and my system hangs when I try to write the data.  H...
Posted on November 18, 2011 at 15:02I think I know the answer to this, but I just wanted to verify.  I have several different processors which we have in our products, and I am currently using Eclipse with GDB server on Ubuntu Linux for every other ...