Do I have to add the delay function for receiving the USART data for safely?
Posted on September 18, 2017 at 16:39Hi.Now I'm struggling with receiving data by USART.Currently, I have one USART receive interrupt. and once if there is interrupted by RX, then the data saved into the queue.I guess but I'm not sure, but while() i...