User Activity

Posted on June 20, 2013 at 15:05I recently extended the eeprom emulation code provided by ST to perform asynchronous page transfer when a flash page has no more space left. I need this feature because my embedded system runs in real time fashion (10...
Posted on September 04, 2012 at 17:14I need to generate a 20 ms interrupt into my firmware. HSE is 16 Mhz with STM8S208. I put this initialization code into my firmware to accomplish that through the use of TIM3: #define PRESC TIM3_PRESCALER_32     ...
Posted on July 11, 2012 at 19:00According to what is documented on declaration of UART1_IT_TypeDef in file stm8s_uart1.h it seems the function UART1_GetITStatus() calculate a wrong mask for the IT flags. The UART1_IT_TypeDef says the lables were dec...