Use of Odd Parity in USART1 Configuration -- stm32L452RE uC
Hi--
I/m pretty stumped. I am trying to implement a odd parity configuration for USART1 in an stm32L452RE micro. I've confirmed without parity the usart behaves as expected at the needed baud. When i introduce parity into the code and sniff the data out of a logic analyzer, the data is error filled. I am probably doing something stupid, but wondering if someone sees something in my function to initialize the USART1 i am missing...
If it is not the init function, is the transmit using parity different than typical usart? Could I be getting caught there?
Thank you!
