I need to change the UART parity from a FREERTOS task. I also use interrupt per byte received.Do I need to disable UART and interrupt before changing the parity?I use LL API. So what I do so far:initialized_ = false; // Set initialized to false so in...