uart receives the same byte!!!
I am using Stm32l0 and am receiving data from GPS via uart but I am facing this problem.
uart receives the first byte and then repeats the number of bytes it wanted to receive
For example:
AL_UART_Receive (& huart1, buf, 80, 200);
It receives the first letter "$" eighty times !!
like this $$$$$$$$$$$$$$$$$........80 time