When I configure the stm32 uart in even parity mode and the monitor on PC side (using here realterm software) in odd parity, the communication goes well. It goes well when realterm is also configured in even parity of course.
But in the same way, when I configure the stm32 uart in odd parity mode and realterm in even parity, the communication goes well.
I have watched the datas transmitted with a scope on Tx and Rx lanes, one is sending in a parity mode, the other is replying in the other parity mode but everything works well.. which I do not understand.
Any explanation about this ? Thank you,