Posted on November 07, 2016 at 09:59The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 08, 2016 at 18:22Hi, I have changed RX interrupts : void USART2_IRQHandler(void) { if( USART_GetITStatus(USART2, USART_IT_RXNE) ) { char s = USART2->DR; { if ((s != ':') && (bSent == 1)) ...
Posted on November 08, 2016 at 08:42Hi , Thanks for replies , regarding to your explanation I will update my code and report my progress. Sincerely Yours Amir .