Help me get string for stm8l152c8 through usart communication
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...