User Activity

I want to send data from my STM32 to another micro controller and I want to enable space parity, there is no setting to enable it, the only settings are none, odd and even. For space parity i want the parity bit to always be 0.  I am using 9 bit UART...
Hi everyone,   I am trying to use multichannel ADC. I have a panel and an ntc for which I have to read the voltage vlaues. I have disabled the continuous conversion.   sConfig.Channel = ADC_CHANNEL_0; // Select channel for NTCsConfig.Rank = 1;sConfig...