User Activity

Posted on November 21, 2014 at 12:30Hello everyone,I''m using stm8l to control my robo through bluetooth, and I have to use battery for my project.But when I use battery for my stm8l, My stm8l don't get any character I send from my usart.When I send...
Posted on September 13, 2014 at 08:33I'm trying to get a string from usart to stm8l, but when i got 2byte char, the RXNE is clear, and i can't get anymore char.My code is:main{    int8_t count = 0;    getdata  = '''';    while(1)    {        getdata...