Bug: HAL UART driver lock should be independent for RX and TX functions
Hi,plainly I must realize that the LOCK macros are active in new HAL functions and return "silently " the BUSY state.In the USART/UART driver there are only one lock flag but the TX and RX functions should work independently from each other. So somet...