STM8S UART interrupt enable and disable
I am testing the STM8S Standard Peripheral Library (SPL) using the STVD IDE, Cosmic compiler, and a Nucleo-8S208RB development board. The SPL example 'UART1_interrupt' initializes the UART1 TX and UART3 RX interrupts using the below UART_Config() fun...