how to force STM8S003 MCU to set UART1_RXNE_flag when receiving byte
standard IAR program. Transmit works normally ( without interrupts ).Receiving doesn't work not with flag polling, not with interrupt. I have seen in Internet similar questions, but no one answer with reasonable explanation or unconditionally working...