User Activity

Posted on April 11, 2018 at 05:58Dear all,First I would like to thank you for any help that you might give me.My purpose is to flash an empty code in the uC (STM8AF5288TAY) but its always says ''lost SWIM communication''.After analyse of our self de...
Posted on November 27, 2017 at 12:55Hello Everyone,I am working on the STM8AL3166 and try modify the SPI register. My simple code is as below :int main() {   SPI_CR1 |= 0b00100100;      /* Configure as master and 500 kHz com speed}As read in the dat...
Posted on November 13, 2017 at 17:44Hello Everyone,I am working on the STM8AL3166 and try to handle a timer interrupt. My need is to wait 500ms and then check again a value (not pooling)How/Where do I write the program when the interrupt occurs? Whe...
Posted on June 24, 2015 at 06:02Hello,I am using the timer 2 as a decoder of my motor wheel.Problem is, the counting is going to fast and 16bits is not enough (4000 counting per revolution). I need more bits but the timer 2 has only 16bits, do you h...