User Activity

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...
I noticed this driver https://github.com/EmcraftSystems/linux-emcraft/blob/master/drivers/rtc/rtc-stm32f2.cIs it possible to configure the stm32g030c8 to be an i2c slave and provide it's RTC to an external system that runs linux and uses this driver?...