User Activity

Posted on November 03, 2015 at 03:05Dear All,When STM8 power on or after reset, how about value of RAM  (0x00 or 0xff or another value).I try to search on the internet about RAM structure of STM8 but don't have any documentThanks.
Posted on October 02, 2015 at 03:54Dear All.In STM8S have 1k RAM. So I want to check all RAM before use this. The first i will write data on RAM and then Read  and compare. But i don't know how to define address of RAM.Example: I want to write value...
Posted on September 30, 2015 at 05:06Dear AllI have a STM8S Discovery board. I want to config PD4 with Beep function./*Initialize PD4 for beep signal */GPIO_Init(GPIOD, GPIO_PIN_4, GPIO_MODE_OUT_PP_HIGH_FAST);BEEP_Init(BEEP_FREQUENCY_1KHZ);BEEP_Cmd(...